telescope: remove unnecessary config. (#2852)

pull/2864/head
Alexis Corporal 4 months ago committed by GitHub
parent 020b8e4428
commit 0496016e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,14 +50,7 @@ local options = {
},
extensions_list = { "themes", "terms" },
extensions = {
fzf = {
fuzzy = true,
override_generic_sorter = true,
override_file_sorter = true,
case_mode = "smart_case",
},
},
extensions = {},
}
return options

Loading…
Cancel
Save