From a6af0b11cbf6da3fe044b7e184e8bb6352d95aeb Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 19 May 2025 17:14:20 -0300 Subject: [PATCH] feat(navigation): use zf instead of fzf for file mathing --- lua/dot013/plugins/navigation.lua | 4 ++-- package.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/dot013/plugins/navigation.lua b/lua/dot013/plugins/navigation.lua index a6d88b6..bdf8c56 100644 --- a/lua/dot013/plugins/navigation.lua +++ b/lua/dot013/plugins/navigation.lua @@ -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 { diff --git a/package.nix b/package.nix index 70e0b57..fb97ddd 100644 --- a/package.nix +++ b/package.nix @@ -49,7 +49,7 @@ nvim-web-devicons tailwind-tools-nvim telescope-nvim - telescope-fzf-native-nvim + telescope-zf-native-nvim trouble-nvim tmux-nvim vim-sleuth