mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
switched to explicit language packs
This commit is contained in:
parent
732e003413
commit
fb6bd3c116
1 changed files with 8 additions and 1 deletions
|
@ -188,7 +188,14 @@ in
|
|||
enable = true;
|
||||
folding = true;
|
||||
indent = true;
|
||||
ensureInstalled = "all";
|
||||
ensureInstalled = [
|
||||
"rust"
|
||||
"toml"
|
||||
"templ"
|
||||
"go"
|
||||
"html"
|
||||
"json"
|
||||
];
|
||||
};
|
||||
rainbow-delimiters.enable = true;
|
||||
treesitter-refactor = {
|
||||
|
|
Loading…
Reference in a new issue