From 927e3c4b56b3d5448f4157789fd3e0c0df569a9e Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 4 Jun 2023 09:30:14 -0400 Subject: [PATCH] testing removing treesitter nixpkg --- homeConfig/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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