add fzf telescope extension to improve sorting performance (#2371)
* add fzf telescope extension to improve sorting performance * add fzf config tbl to the default tlsc config
This commit is contained in:
@@ -49,7 +49,15 @@ local options = {
|
||||
},
|
||||
},
|
||||
|
||||
extensions_list = { "themes", "terms" },
|
||||
extensions_list = { "themes", "terms", "fzf" },
|
||||
extensions = {
|
||||
fzf = {
|
||||
fuzzy = true,
|
||||
override_generic_sorter = true,
|
||||
override_file_sorter = true,
|
||||
case_mode = "smart_case",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return options
|
||||
|
||||
Reference in New Issue
Block a user