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
I currently use fresh_after_build to auto-update my Vim/Vundle plugins mostly so that when I clone my dotfiles to a new machine, everything is ready to go. The problem is that whenever I do a fresh install, Vim/Vundle starts updating. How about adding a fresh_after_update hook? Pre-Install/Update hooks may also be worth considering too. Thanks!
The text was updated successfully, but these errors were encountered:
The fresh_after_update hook could be added to the end of fresh_update. Since fresh doesn't track updates, fresh_after_update could be used for user scripted update mechanisms, e.g. updating vundle plugins with vim +BundleUpdate +qall or pulling from an already cloned repository.
I'll probably do the same as your int_vim until something like #106 is implemented. Thanks!
I currently use
fresh_after_build
to auto-update my Vim/Vundle plugins mostly so that when I clone my dotfiles to a new machine, everything is ready to go. The problem is that whenever I do afresh install
, Vim/Vundle starts updating. How about adding afresh_after_update
hook? Pre-Install/Update hooks may also be worth considering too. Thanks!The text was updated successfully, but these errors were encountered: