Here is my Vim configurations and plugins which I use in my daily job, Vim-plug helps me manage all my plugins.
-
Backup original vimrc and clone files to your home directory:
mv ~/.vimrc ~/.vimrc.original git clone https://github.com/zhenlonghe/Vimrc.git ~/.vim && \ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && \ ln -s .vim/vimrc .vimrc
-
Open vim and execute the
:PlugInstall
to get latest version modules.
-
Update Plugs
:PlugUpdate
-
Update vim-plug self
:PlugUpgrade
Enjoy it, and if you have any question or comment, feel free to contact me. Happy Coding :)