🐛 fix(nvim): telescope definition for extensions and pickers

This commit is contained in:
Sergio Laín 2024-03-24 23:41:30 +01:00
parent 156a0ed844
commit 1170b7ffa4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -70,10 +70,27 @@ return {
"*.git/*", "*.git/*",
"*/tmp/*", "*/tmp/*",
}, },
},
pickers = { pickers = {
find_files = { find_files = {
hidden = false, hidden = false,
}, },
buffers = {
layout_config = {
prompt_position = "top",
height = 0.5,
width = 0.6,
},
sorting_strategy = "ascending",
},
spell_suggest = {
layout_config = {
prompt_position = "top",
height = 0.3,
width = 0.25,
},
sorting_strategy = "ascending",
},
}, },
extensions = { extensions = {
fzf = { fzf = {
@ -88,7 +105,6 @@ return {
}, },
}, },
}, },
},
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
opts = { opts = {