diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index aed405dc3cab..7b96574d6ae7 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2767,6 +2767,8 @@ in }; nvzone-menu = super.nvzone-menu.overrideAttrs { + # Plugin managers like Lazy.nvim expect pname to match the name of the git repository + pname = "menu"; checkInputs = with self; [ # Optional integrations nvim-tree-lua