aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-06-08 21:15:08 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-06-08 21:15:08 +0800
commitfefcf9b37e70789ad597c97f99822b21e691e3f3 (patch)
tree1b293836683f1a086c44e5f5d2b403dff4f24991 /init.lua
parenta551fc7b356b93dc80014d1e3a52fc0040f68103 (diff)
Update
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 3a4d2ff..e3ff895 100644
--- a/init.lua
+++ b/init.lua
@@ -261,6 +261,10 @@ require('telescope').setup {
261 ['<C-d>'] = false, 261 ['<C-d>'] = false,
262 }, 262 },
263 }, 263 },
264 layout_config = {
265 vertical = { height = 0.8 }
266 -- other layout configuration here
267 },
264 }, 268 },
265 pickers = { 269 pickers = {
266 buffers = { 270 buffers = {