diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-08 21:15:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-08 21:15:08 +0800 |
commit | fefcf9b37e70789ad597c97f99822b21e691e3f3 (patch) | |
tree | 1b293836683f1a086c44e5f5d2b403dff4f24991 | |
parent | a551fc7b356b93dc80014d1e3a52fc0040f68103 (diff) |
Update
-rw-r--r-- | init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = { |