This commit is contained in:
iFargle 2024-02-07 14:09:14 +09:00
parent 8052203af8
commit 2def4a4bd7
2 changed files with 5 additions and 1 deletions

View file

@ -38,7 +38,10 @@ local plugins = {
-- fzf fuzzyfinder -- fzf fuzzyfinder
{ {
"vijaymarupudi/nvim-fzf", "vijaymarupudi/nvim-fzf",
opts = overrides.fzf, event = "InsertEnter",
config = function()
require("nvim-fzf").setup()
end,
} }
} }

View file

@ -19,6 +19,7 @@
pkgs.ripgrep pkgs.ripgrep
pkgs.fd pkgs.fd
pkgs.lazygit pkgs.lazygit
pkgs.fzf
]; ];
# Link the nvchad files to my homedir # Link the nvchad files to my homedir