Hacker News new | ask | show | jobs
by superflyguy 3139 days ago
There are always 5 different ways to do everything. For what it's worth, I've gone with the simple vim.plug. I don't worry about whether it's compatible with any other way of installing plugins. I just add a single line to my vimrc file per plugin and type :PlugInstall.
1 comments

Is it easy to update the plugins as well?
Yeah:

  :PlugUpdate
See https://github.com/junegunn/vim-plug

EDIT: formatting