vim-plug
Vim is really great editor. But to extend it to fit my into personal needs I use plugin manager. I used to use NeoBundle, but migrated to vim-plug recently. And I really enjoy it.
Installation is easy.
To enable plugin-manager it requires to add call plug#begin('~/.vim/plugged')
to your .vimrc
file.
Written on December 4, 2015