My personal vim configuration.
Make sure that build-essential, CMake and Python headers are installed.
sudo apt-get install build-essential cmake python-dev python3-dev
- Clone this repository as your ~/.vim directory:
git clone --recursive https://github.com/rjab/vimrc.git ~/.vim
- Run the install.sh script:
cd ~/.vim
./install.sh
- Add these lines to your ~/.vimrc script:
source ~/.vim/vimrc
- Run vim and execute the
:PluginInstallcommand.