neovimUtils.grammarToPlugin: remove vimplugin prefix

See https://github.com/NixOS/nixpkgs/pull/303200.
This commit is contained in:
PerchunPak 2024-04-27 10:31:23 +02:00 committed by Matthieu Coudron
parent 992b6af1a4
commit 2b32fd65a3

View file

@ -218,7 +218,7 @@ let
]; ];
in in
toVimPlugin (runCommand "vimplugin-treesitter-grammar-${name}" toVimPlugin (runCommand "treesitter-grammar-${name}"
{ {
meta = { meta = {
platforms = lib.platforms.all; platforms = lib.platforms.all;