Added ts-autotag and changed treesitter config
This commit is contained in:
parent
167efe5a88
commit
25d2639897
4 changed files with 44 additions and 5 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ plugins = { treesitter-context = {
|
||||
enable = true;
|
||||
settings.zindex = 5;
|
||||
}; }; }
|
||||
{
|
||||
plugins = {
|
||||
treesitter-context = {
|
||||
enable = true;
|
||||
settings.zindex = 5;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue