From 746bbd1150ba6454a401706f18aaab2184a86981 Mon Sep 17 00:00:00 2001 From: Alexander Kabolov Date: Mon, 3 Feb 2025 11:42:39 +0100 Subject: [PATCH] telescope-vertical --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0c491d4c..844ad63b 100644 --- a/init.lua +++ b/init.lua @@ -298,6 +298,10 @@ require('lazy').setup({ -- }, -- }, -- pickers = {} + -- + defaults = { + layout_strategy = 'vertical', + }, pickers = { buffers = { sort_lastused = true, @@ -339,7 +343,7 @@ require('lazy').setup({ vim.keymap.set('n', '/', function() -- You can pass additional configuration to Telescope to change the theme, layout, etc. builtin.current_buffer_fuzzy_find(require('telescope.themes').get_dropdown { - winblend = 10, + -- winblend = 10, previewer = false, }) end, { desc = '[/] Fuzzily search in current buffer' })