Skip to content

0.10.0

Latest

Choose a tag to compare

@mgumz mgumz released this 05 Oct 20:02
· 4 commits to main since this release

Features

  • 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.

Internal

  • Upgrade dependencies
  • Improve Build-System