mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
testing removing treesitter nixpkg
This commit is contained in:
parent
9ee7cc143c
commit
927e3c4b56
1 changed files with 3 additions and 3 deletions
|
|
@ -102,9 +102,9 @@
|
|||
# NEOVIM
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
vimPlugins.nvim-treesitter.withAllGrammars
|
||||
];
|
||||
# plugins = with pkgs; [
|
||||
# vimPlugins.nvim-treesitter.withAllGrammars
|
||||
# ];
|
||||
};
|
||||
|
||||
# SERVICES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue