updated depreciated options

This commit is contained in:
Nickiel12 2024-07-17 02:40:21 +00:00
parent 385d045a87
commit 30c8282a3d

View file

@ -199,16 +199,18 @@ in
treesitter = {
enable = true;
folding = true;
indent = true;
ensureInstalled = [
"rust"
"toml"
"templ"
"go"
"html"
"json"
"css"
];
settings = {
indent.enabled = true;
ensureInstalled = [
"rust"
"toml"
"templ"
"go"
"html"
"json"
"css"
];
};
};
rainbow-delimiters.enable = true;
treesitter-refactor = {