Former-commit-id: e3f4493865
This commit is contained in:
Hadi
2024-07-29 19:34:43 +02:00
parent c9775af4ea
commit 7832f5f750
3 changed files with 14 additions and 2 deletions
+4 -1
View File
@@ -22,7 +22,10 @@
treesitter = {
enable = true;
nixGrammars = true;
settings.indent.enable = true;
settings = {
indent.enable = true;
highlight.enable = true;
};
};
treesitter-context.enable = true;
};