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
programs.neovim = {
enable = true;
plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars
];
# plugins = with pkgs; [
# vimPlugins.nvim-treesitter.withAllGrammars
# ];
};
# SERVICES