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