add telescope-fzf-native

This commit is contained in:
2022-02-16 22:32:23 +03:00
parent 649f5b6b79
commit bda38d50a9
2 changed files with 17 additions and 1 deletions

View File

@@ -5,4 +5,14 @@ telescope.setup({
sorting_strategy = "ascending",
file_ignore_patterns = { ".git/", "node_modules/" },
},
extensions = {
fzf = {
fuzzy = true,
override_generic_sorter = true,
override_file_sorter = true,
case_mode = "smart_case",
},
},
})
require("telescope").load_extension("fzf")