🔎 Switch to fzf-lua

- Remove telescole-fzf-native
- Add fzf-lua via lazyvim
This commit is contained in:
2024-07-12 04:40:08 -04:00
parent 71bae98b9a
commit 043f5c274a
2 changed files with 1 additions and 10 deletions
-10
View File
@@ -1,10 +0,0 @@
-- -----------------------------------------------------------------------------
-- -------------------------- telescope-fzf-native -----------------------------
-- -----------------------------------------------------------------------------
return {
"nvim-telescope/telescope-fzf-native.nvim",
build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release",
config = function()
require("telescope").load_extension("fzf")
end,
}