updated depreciated options

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

View file

@ -199,7 +199,8 @@ in
treesitter = {
enable = true;
folding = true;
indent = true;
settings = {
indent.enabled = true;
ensureInstalled = [
"rust"
"toml"
@ -210,6 +211,7 @@ in
"css"
];
};
};
rainbow-delimiters.enable = true;
treesitter-refactor = {
enable = true;