Added treesitter and treesitter-context

This commit is contained in:
EsVagy42 2025-03-02 18:35:15 +00:00
parent a48a04c08c
commit c9b4df92cf
3 changed files with 9 additions and 0 deletions

6
config/treesitter.nix Normal file
View file

@ -0,0 +1,6 @@
{
plugins = {
treesitter = { enable = true; };
treesitter-context = { enable = true; };
};
}