Enabled treesitter highlighting

This commit is contained in:
EsVagy42 2025-03-02 20:43:33 +00:00
parent 438355fca2
commit 52c6661574

View file

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