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;
|
enable = true;
|
||||||
folding = true;
|
folding = true;
|
||||||
indent = true;
|
indent = true;
|
||||||
ensureInstalled = [
|
ensureInstalled = "all";
|
||||||
"rust"
|
|
||||||
"toml"
|
|
||||||
"lua"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
rainbow-delimiters.enable = true;
|
rainbow-delimiters.enable = true;
|
||||||
treesitter-refactor = {
|
treesitter-refactor = {
|
||||||
|
|
Loading…
Reference in a new issue