test
This commit is contained in:
parent
8052203af8
commit
2def4a4bd7
2 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,10 @@ local plugins = {
|
|||
-- fzf fuzzyfinder
|
||||
{
|
||||
"vijaymarupudi/nvim-fzf",
|
||||
opts = overrides.fzf,
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("nvim-fzf").setup()
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
pkgs.ripgrep
|
||||
pkgs.fd
|
||||
pkgs.lazygit
|
||||
pkgs.fzf
|
||||
];
|
||||
|
||||
# Link the nvchad files to my homedir
|
||||
|
|
Loading…
Reference in a new issue