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