Skip to content

Commit

Permalink
neovimUtils.grammarToPlugin: remove vimplugin prefix
Browse files Browse the repository at this point in the history
See #303200.
  • Loading branch information
PerchunPak authored and teto committed May 1, 2024
1 parent 992b6af commit 2b32fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/neovim/utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ let
];
in

toVimPlugin (runCommand "vimplugin-treesitter-grammar-${name}"
toVimPlugin (runCommand "treesitter-grammar-${name}"
{
meta = {
platforms = lib.platforms.all;
Expand Down

0 comments on commit 2b32fd6

Please sign in to comment.