mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue