diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 5aeb5e21..2b2d6c34 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -8,7 +8,6 @@ options = { number = true; shiftwidth = 2; - }; plugins = { lualine.enable = true; @@ -29,10 +28,8 @@ base16.enable = true; catpuccin.enable = true; }; - extraPlugins = with pkgs.vimPlugins [ everforest ]; - }; } \ No newline at end of file