diff options
-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 = { |