treesitter install all parsers by default

This commit is contained in:
xqtc 2024-08-06 13:02:52 +02:00
parent c47b238f49
commit bcd2907c35

View file

@ -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;