diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 95f5b1b..30abc7b 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -106,6 +106,7 @@ plugins.notify.enable = true; plugins.gitsigns.enable = true; + plugins.crates-nvim.enable = true; # colorschemes.dracula.enable = true; # colorschemes.catppuccin.enable = true;