Merge pull request #1324 from HeitorAugustoLN/parsers-to-grammarPlugins

treesitter: `parsers` -> `grammarPlugins`
This commit is contained in:
raf 2026-01-08 22:12:28 +03:00 committed by GitHub
commit 17c17cfee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ in {
type = listOf package;
default = [];
example = literalExpression ''
with pkgs.vimPlugins.nvim-treesitter.parsers; [
with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [
regex
kdl
];
@ -47,7 +47,7 @@ in {
internal = true;
readOnly = true;
type = listOf package;
default = with pkgs.vimPlugins.nvim-treesitter.parsers; [c lua vim vimdoc query];
default = with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [c lua vim vimdoc query];
description = ''
A list of treesitter grammars that will be installed by default
if treesitter has been enabled and {option}`vim.treeesitter.addDefaultGrammars`