fixed telescope window

This commit is contained in:
armandogaliati 2024-07-06 15:13:55 -03:00
parent 4c0c61640d
commit bb35751c47
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ require('lazy').setup({
vim.keymap.set('n', '<leader>/', 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' })