dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Migration to vim-plug #864

Open nandalopes opened this issue 3 years ago • 5 comments

This PR changes vim plugin manager from Vundle to vim-plug.

Close #864

nandalopes avatar May 28 '21 17:05 nandalopes

Last time I tried a similar migration (to NeoBundle, back in 2013), @skwp brought up some reasons / conditions not to do this. So I'll defer to him to address this new attempt 😇 .

I like vim-plug a lot and it's what I've been using in my own fork for some years now as well

lfilho avatar Jul 05 '21 22:07 lfilho

I've tested and passed:

  • [x] Fresh install
  • [x] Fresh install and yadr-plugin-add
  • [x] Migrated without previous .vundles.local
  • [ ] Migrated with .vundles.local *

I've managed to copy .vundles.local to .local.bundles, but need some help to change from Bundle commands to Plug commands, or some message on this type of migration, maybe.

nandalopes avatar Jul 06 '21 03:07 nandalopes

I've uploaded a fresh-install gif:

yadr fresh-install with vim-plug

nandalopes avatar Jul 06 '21 05:07 nandalopes

Hi folks, have been a happy user of this repo for many years.

This is a nice change. Just wondering - do the utilites and docs mentioned in https://github.com/skwp/dotfiles/blob/master/doc/vim/manage_plugins.md need to be changed too?

thecadams avatar Oct 08 '21 04:10 thecadams

No need to change the docs. I've managed the utilities to use the same aliases, but changing internal implementation.

nandalopes avatar Oct 08 '21 13:10 nandalopes