🗑️ remove(nvim): telescope config comments

This commit is contained in:
Sergio Laín 2023-10-07 23:03:27 +02:00
parent fd4bee21b4
commit 42a7c0c3b1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -405,13 +405,6 @@ return {
return {
defaults = {
-- layout_strategy = "horizontal",
-- layout_config = {
-- horizontal = {
-- prompt_position = "top",
-- },
-- },
-- sorting_strategy = "ascending",
prompt_prefix = "",
selection_caret = "",
mappings = {
@ -443,7 +436,6 @@ return {
"yarn.lock",
"*.git/*",
"*/tmp/*",
"Juegos/",
},
pickers = {
find_files = {
@ -459,7 +451,6 @@ return {
},
},
import = {
-- Add imports to the top of the file keeping the cursor in place
insert_at_top = true,
},
fzf = {