fixed telescope window
This commit is contained in:
parent
4c0c61640d
commit
bb35751c47
2
init.lua
2
init.lua
|
@ -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' })
|
||||
|
|
Loading…
Reference in New Issue