Former-commit-id: 4aba4116de
This commit is contained in:
Hadi
2024-06-17 19:45:21 +02:00
parent e09cae9c44
commit cbda10510d
261 changed files with 73 additions and 68 deletions
+10
View File
@@ -0,0 +1,10 @@
{
programs.nixvim.plugins = {
treesitter = {
enable = true;
nixGrammars = true;
indent = true;
};
treesitter-context.enable = true;
};
}