telescope: remove unnecessary config. (#2852)

This commit is contained in:
Alexis Corporal 2024-05-22 22:54:52 +08:00 committed by GitHub
parent 020b8e4428
commit 0496016e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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