nixvimConfigs/trovebelt/setups/treesitter: install all grammars

It's an all-you-can-install NixVim config so it's fine.
This commit is contained in:
Gabriel Arazas 2024-02-12 17:38:12 +08:00
parent ef48a1d3c4
commit 0eef06d0ec
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -15,8 +15,8 @@ in
# Install all of the grammars with Nix. We can easily replace it if we
# want to.
nixGrammars = true;
ensureInstalled = lib.mkDefault "all";
nixvimInjections = true;
grammarPackages = config.plugins.treesitter.package.allGrammars;
# Enable all of its useful features.
folding = true;