Added ts-autotag and changed treesitter config

This commit is contained in:
EsVagy42 2026-03-08 13:47:35 +01:00
parent 167efe5a88
commit 25d2639897
4 changed files with 44 additions and 5 deletions

5
config/ts-autotag.nix Normal file
View file

@ -0,0 +1,5 @@
{
plugins.ts-autotag = {
enable = true;
};
}