Vundle.vim
is a plug-in manager for vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
:PluginInstall
YouCompleteMe
may not work on a fresh Ubuntu installation because it needs python-dev
. In that case, follow the instructions from the YouCompleteMe
repo:
sudo apt install build-essential cmake python-dev
cd ~/.vim/bundle/YouCompleteMe
python install.py
In order to apply the changes made to .vimrc
, start vim
and run:
:so ~/.vimrc