Added back removed plugins

This commit is contained in:
EsVagy42 2025-03-03 19:08:34 +00:00
parent 6988bb2719
commit a9d85b6a80
8 changed files with 124 additions and 95 deletions

8
config/treesitter.nix Normal file
View file

@ -0,0 +1,8 @@
{
plugins = {
treesitter = {
enable = true;
settings = { highlight.enable = true; };
};
};
}