diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 7fa406a6a28c..aed405dc3cab 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2783,6 +2783,8 @@ in }; nvzone-typr = super.nvzone-typr.overrideAttrs { + # Plugin managers like Lazy.nvim expect pname to maych the name of the git repository + pname = "typr"; dependencies = [ self.nvzone-volt ]; };