Skip to content

Commit 746bbd1

Browse files
author
Alexander Kabolov
committed
telescope-vertical
1 parent 2a0f534 commit 746bbd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

init.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ require('lazy').setup({
298298
-- },
299299
-- },
300300
-- pickers = {}
301+
--
302+
defaults = {
303+
layout_strategy = 'vertical',
304+
},
301305
pickers = {
302306
buffers = {
303307
sort_lastused = true,
@@ -339,7 +343,7 @@ require('lazy').setup({
339343
vim.keymap.set('n', '<leader>/', function()
340344
-- You can pass additional configuration to Telescope to change the theme, layout, etc.
341345
builtin.current_buffer_fuzzy_find(require('telescope.themes').get_dropdown {
342-
winblend = 10,
346+
-- winblend = 10,
343347
previewer = false,
344348
})
345349
end, { desc = '[/] Fuzzily search in current buffer' })

0 commit comments

Comments
 (0)