We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0f534 commit 746bbd1Copy full SHA for 746bbd1
init.lua
@@ -298,6 +298,10 @@ require('lazy').setup({
298
-- },
299
300
-- pickers = {}
301
+ --
302
+ defaults = {
303
+ layout_strategy = 'vertical',
304
+ },
305
pickers = {
306
buffers = {
307
sort_lastused = true,
@@ -339,7 +343,7 @@ require('lazy').setup({
339
343
vim.keymap.set('n', '<leader>/', function()
340
344
-- You can pass additional configuration to Telescope to change the theme, layout, etc.
341
345
builtin.current_buffer_fuzzy_find(require('telescope.themes').get_dropdown {
342
- winblend = 10,
346
+ -- winblend = 10,
347
previewer = false,
348
})
349
end, { desc = '[/] Fuzzily search in current buffer' })
0 commit comments