add fzf config tbl to the default tlsc config

This commit is contained in:
Zohir Benghalem 2023-09-09 02:04:09 +01:00
parent 4ac7611b48
commit c32516596b

View file

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