You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When switching a plugin from one git remote to another git remote, Paq doesn't recognize that and doesn't upgrade the plugin.
To Reproduce
Install a package: e.g. 'glepnir/lspsaga.nvim'; && PaqInstall
Change the package source: e.g. 'tami5/lspsaga.nvim';
Run PaqSync
Expected behavior
It is expected that Paq will recognize that the package source change, and re-install it. Either by manually changing the git-remote and doing git-pull, or (to be on the safe side) by deleting the original package and installing the new one.
Describe the bug
When switching a plugin from one git remote to another git remote, Paq doesn't recognize that and doesn't upgrade the plugin.
To Reproduce
'glepnir/lspsaga.nvim';
&&PaqInstall
'tami5/lspsaga.nvim';
PaqSync
Expected behavior
It is expected that Paq will recognize that the package source change, and re-install it. Either by manually changing the git-remote and doing git-pull, or (to be on the safe side) by deleting the original package and installing the new one.
Environment:
nvim --version
:git --version
:git version 2.25.1
The text was updated successfully, but these errors were encountered: