diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 22574d44..5e002153 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -10,9 +10,6 @@ shiftwidth = 2; }; plugins = { - lualine.enable = true; - treesitter.enable = true; - fugitive.enable = true; }; colorschemes = { tokyonight.enable = true;