- Install the vim plugin manager Vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
- Get the vim configuration file via curl
curl "https://raw.githubusercontent.com/leovincentseles/vim-config/master/.vimrc" > ~/.vimrc
- Install some vim plugins
- Open the VIM and type
:PluginInstall
, Press enter - compile the YouCompleteMe plugin
- Open the VIM and type