mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39: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 = {
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue