Last Updated: February 25, 2016
·
395
· vsushkov

Always have up-to-date vim plugins

  1. Use vindle (https://github.com/gmarik/vundle)
  2. Add the following line to your crontab:

    0 * * * * vim +BundleClean! +BundleInstall! +qall