salcode / ironcode-vim

A Vim Configuration focused on WordPress development and predominantly used on a Mac with Neovim
9 stars 1 forks source link

Update vim-plugin #214

Closed salcode closed 3 years ago

salcode commented 3 years ago

For ease in getting things setup, this repo includes the code for vim-plug in autoload/plug.vim.

As part of #213 we are moving the :GitHunkToggle functionality into a new plugin in a separate repo.

On this new separate repo we are using the default branch main, however the version of vim-plug we are using tries to use the branch master.

Newer versions of vim-plug support using a default branch of main, so we need to update vim-plug before loading vim-git-stage-hunk (alternatively, we could explicitly specify the main branch should be used when we define the plugin in .vimrc however, updating vim-plugin seem the better path forward)