This commit is contained in:
Kopatz
2024-05-16 21:14:30 +02:00
parent 55b15b92ff
commit 38bfbe82c6
23 changed files with 595 additions and 101 deletions

View File

@@ -0,0 +1,11 @@
{
plugins = {
treesitter = {
enable = true;
nixGrammars = true;
indent = true;
};
#treesitter-context.enable = true;
rainbow-delimiters.enable = true;
};
}