add treesitter-context and ts-autotag to treesitter
This commit is contained in:
parent
187cc0175e
commit
66b7f13861
|
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
plugins.treesitter = {
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
};
|
||||
folding = true;
|
||||
};
|
||||
treesitter-context.enable = true;
|
||||
ts-autotag.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue