feat(navigation): use zf instead of fzf for file mathing

This commit is contained in:
Guz
2025-05-19 17:14:20 -03:00
parent 958798ac21
commit a6af0b11cb
2 changed files with 3 additions and 3 deletions

View File

@@ -57,10 +57,10 @@ return {
},
after = function()
require("telescope").setup()
require("telescope").load_extension("fzf")
require("telescope").load_extension("zf-native")
end,
},
{ "telescope-fzf-native.nvim", dep_of = { "telescope.nvim" } },
{ "telescope-zf-native.nvim", dep_of = { "telescope.nvim" } },
-- File quick switching
{