mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 18:19:12 +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
|
||||
# want to.
|
||||
nixGrammars = true;
|
||||
ensureInstalled = lib.mkDefault "all";
|
||||
nixvimInjections = true;
|
||||
grammarPackages = config.plugins.treesitter.package.allGrammars;
|
||||
|
||||
# Enable all of its useful features.
|
||||
folding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user