🐛 fix(nvim): telescope definition for extensions and pickers
This commit is contained in:
parent
156a0ed844
commit
1170b7ffa4
1 changed files with 28 additions and 12 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue