Skip to content

Commit 817e902

Browse files
committed
test: override attrs
1 parent d9a7393 commit 817e902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wrapper/build/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
);
3636

3737
# Build a given Treesitter grammar.
38-
buildTreesitterPlug = grammars: vimPlugins.nvim-treesitter.withPlugins (_: grammars);
38+
buildTreesitterPlug = grammars: vimPlugins.nvim-treesitter.withPlugin (_: grammars);
3939

4040
pluginBuilders = {
4141
nvim-treesitter = buildTreesitterPlug config.vim.treesitter.grammars;

0 commit comments

Comments
 (0)