mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed treesitter
This commit is contained in:
parent
efa10458d6
commit
f892b31de8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
vimPlugins.nvim-treesitter.withAllGrammars
|
vimPlugins.nvim-treesitter.withAllGrammars
|
||||||
]
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# SESSION VARIABLES
|
# SESSION VARIABLES
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue