Former-commit-id: e3f4493865
This commit is contained in:
Hadi
2024-07-29 19:34:43 +02:00
parent f54ec0a5ab
commit fe6288d42c
3 changed files with 14 additions and 2 deletions

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;
};