🗑️ remove(nvim): telescope config comments
This commit is contained in:
parent
fd4bee21b4
commit
42a7c0c3b1
1 changed files with 0 additions and 9 deletions
|
@ -405,13 +405,6 @@ return {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
defaults = {
|
defaults = {
|
||||||
-- layout_strategy = "horizontal",
|
|
||||||
-- layout_config = {
|
|
||||||
-- horizontal = {
|
|
||||||
-- prompt_position = "top",
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- sorting_strategy = "ascending",
|
|
||||||
prompt_prefix = " ",
|
prompt_prefix = " ",
|
||||||
selection_caret = " ",
|
selection_caret = " ",
|
||||||
mappings = {
|
mappings = {
|
||||||
|
@ -443,7 +436,6 @@ return {
|
||||||
"yarn.lock",
|
"yarn.lock",
|
||||||
"*.git/*",
|
"*.git/*",
|
||||||
"*/tmp/*",
|
"*/tmp/*",
|
||||||
"Juegos/",
|
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
find_files = {
|
find_files = {
|
||||||
|
@ -459,7 +451,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
import = {
|
import = {
|
||||||
-- Add imports to the top of the file keeping the cursor in place
|
|
||||||
insert_at_top = true,
|
insert_at_top = true,
|
||||||
},
|
},
|
||||||
fzf = {
|
fzf = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue