For Ubuntu 16.04
sudo apt install vim
- Install Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Copy .vimrc into your
home_dir
wget -O ~/.vimrc https://raw.githubusercontent.com/klory/MyVim/master/.vimrc
- Install Plugins
In your terminal,
vim ~/.vimrc
In your vim,
:PluginInstall