Skip to content

Commit 17c17cf

Browse files
authored
Merge pull request #1324 from HeitorAugustoLN/parsers-to-grammarPlugins
treesitter: `parsers` -> `grammarPlugins`
2 parents 3178774 + dd36db3 commit 17c17cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/plugins/treesitter/treesitter.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in {
1616
type = listOf package;
1717
default = [];
1818
example = literalExpression ''
19-
with pkgs.vimPlugins.nvim-treesitter.parsers; [
19+
with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [
2020
regex
2121
kdl
2222
];
@@ -47,7 +47,7 @@ in {
4747
internal = true;
4848
readOnly = true;
4949
type = listOf package;
50-
default = with pkgs.vimPlugins.nvim-treesitter.parsers; [c lua vim vimdoc query];
50+
default = with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [c lua vim vimdoc query];
5151
description = ''
5252
A list of treesitter grammars that will be installed by default
5353
if treesitter has been enabled and {option}`vim.treeesitter.addDefaultGrammars`

0 commit comments

Comments
 (0)