We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3178774 + dd36db3 commit 17c17cfCopy full SHA for 17c17cf
modules/plugins/treesitter/treesitter.nix
@@ -16,7 +16,7 @@ in {
16
type = listOf package;
17
default = [];
18
example = literalExpression ''
19
- with pkgs.vimPlugins.nvim-treesitter.parsers; [
+ with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [
20
regex
21
kdl
22
];
@@ -47,7 +47,7 @@ in {
47
internal = true;
48
readOnly = true;
49
50
- default = with pkgs.vimPlugins.nvim-treesitter.parsers; [c lua vim vimdoc query];
+ default = with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [c lua vim vimdoc query];
51
description = ''
52
A list of treesitter grammars that will be installed by default
53
if treesitter has been enabled and {option}`vim.treeesitter.addDefaultGrammars`
0 commit comments