telescope-vertical
This commit is contained in:
parent
2a0f534e0e
commit
746bbd1150
6
init.lua
6
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', '<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