enable treesitter
This commit is contained in:
parent
e7a38ddec6
commit
a8e2d21443
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@
|
||||||
globalstatus = true;
|
globalstatus = true;
|
||||||
theme = "dracula";
|
theme = "dracula";
|
||||||
};
|
};
|
||||||
|
treesitter = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
treesitter-context.enable = true;
|
||||||
|
treesitter-refactor.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue