diff --git a/homeConfig/home.nix b/homeConfig/home.nix index 416d361..1ba04c6 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -102,9 +102,9 @@ # NEOVIM programs.neovim = { enable = true; - plugins = with pkgs; [ - vimPlugins.nvim-treesitter.withAllGrammars - ]; +# plugins = with pkgs; [ +# vimPlugins.nvim-treesitter.withAllGrammars +# ]; }; # SERVICES