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
Add branch=xyz option to allow to track specific upstream branches. This comes in handy when the upstream "main" branch is actually main and not master
New action "nvim-packs", "vim-packs": create VIM/NVIM helper scripts which packadd! referenced plugins/packs. Useful on conditional loading packs in VIM/NVIM.
Improvements
Treat duplicate entries in vopher.list as if they were uniquely given (with a warning). This allows for more freedom to specify plugins (for example, to put a plugin and its dependencies closely together).
Fixes
Fix status action: plugin name might consist of subfolders like nvim/opt/nvim-abc. status was not checking the pack/nvim/opt/nvim-abc folder and thus printed the wrong status. This is fixed now.