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