testing removing treesitter nixpkg

This commit is contained in:
Bryan Ramos 2023-06-04 09:30:14 -04:00
parent 9ee7cc143c
commit 927e3c4b56

View file

@ -102,9 +102,9 @@
# NEOVIM # NEOVIM
programs.neovim = { programs.neovim = {
enable = true; enable = true;
plugins = with pkgs; [ # plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars # vimPlugins.nvim-treesitter.withAllGrammars
]; # ];
}; };
# SERVICES # SERVICES