mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated depreciated options
This commit is contained in:
parent
385d045a87
commit
30c8282a3d
1 changed files with 12 additions and 10 deletions
|
@ -199,16 +199,18 @@ in
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
folding = true;
|
folding = true;
|
||||||
indent = true;
|
settings = {
|
||||||
ensureInstalled = [
|
indent.enabled = true;
|
||||||
"rust"
|
ensureInstalled = [
|
||||||
"toml"
|
"rust"
|
||||||
"templ"
|
"toml"
|
||||||
"go"
|
"templ"
|
||||||
"html"
|
"go"
|
||||||
"json"
|
"html"
|
||||||
"css"
|
"json"
|
||||||
];
|
"css"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
rainbow-delimiters.enable = true;
|
rainbow-delimiters.enable = true;
|
||||||
treesitter-refactor = {
|
treesitter-refactor = {
|
||||||
|
|
Loading…
Reference in a new issue