Added treesitter and treesitter-context
This commit is contained in:
parent
a48a04c08c
commit
c9b4df92cf
3 changed files with 9 additions and 0 deletions
6
config/treesitter.nix
Normal file
6
config/treesitter.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
plugins = {
|
||||
treesitter = { enable = true; };
|
||||
treesitter-context = { enable = true; };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue