mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:30:33 +01:00
treesitter install all parsers by default
This commit is contained in:
parent
c47b238f49
commit
bcd2907c35
|
@ -122,6 +122,9 @@
|
||||||
folding = true;
|
folding = true;
|
||||||
indent = true;
|
indent = true;
|
||||||
nixvimInjections = true;
|
nixvimInjections = true;
|
||||||
|
settings = {
|
||||||
|
ensure_installed = "all";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
treesitter-refactor = {
|
treesitter-refactor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue