mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
neovimUtils.grammarToPlugin: remove vimplugin
prefix
See https://github.com/NixOS/nixpkgs/pull/303200.
This commit is contained in:
parent
992b6af1a4
commit
2b32fd65a3
@ -218,7 +218,7 @@ let
|
||||
];
|
||||
in
|
||||
|
||||
toVimPlugin (runCommand "vimplugin-treesitter-grammar-${name}"
|
||||
toVimPlugin (runCommand "treesitter-grammar-${name}"
|
||||
{
|
||||
meta = {
|
||||
platforms = lib.platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user