diff --git a/modules/neovim.nix b/modules/neovim.nix index deedf41..49f2216 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -6,6 +6,8 @@ in home.packages = with pkgs; [ # Required clipboard provider xclip + # Required for find in file + ripgrep ]; programs.nixvim = {