diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 0f756ab..3ac2afe 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -103,6 +103,8 @@ }; }; + plugins.notify.enable = true; + plugins.gitsigns.enable = true; # colorschemes.dracula.enable = true;