mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 18:19:10 +00:00
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:
parent
ef48a1d3c4
commit
0eef06d0ec
@ -15,8 +15,8 @@ in
|
|||||||
# Install all of the grammars with Nix. We can easily replace it if we
|
# Install all of the grammars with Nix. We can easily replace it if we
|
||||||
# want to.
|
# want to.
|
||||||
nixGrammars = true;
|
nixGrammars = true;
|
||||||
ensureInstalled = lib.mkDefault "all";
|
|
||||||
nixvimInjections = true;
|
nixvimInjections = true;
|
||||||
|
grammarPackages = config.plugins.treesitter.package.allGrammars;
|
||||||
|
|
||||||
# Enable all of its useful features.
|
# Enable all of its useful features.
|
||||||
folding = true;
|
folding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user