Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 761 Bytes

vim.md

File metadata and controls

28 lines (22 loc) · 761 Bytes

How to install Vundle

Vundle.vim is a plug-in manager for vim

1. Clone the Vundle.vim repository

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

2. Launch vim and run

:PluginInstall

3. If necessary:

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

Update of .vimrc

In order to apply the changes made to .vimrc, start vim and run:

:so ~/.vimrc