Personal configuration for vim
- Clone project in home folder
- Install Vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Install powerline fonts (https://github.com/powerline/fonts)
- Configure font in iTerm2: 12pt Meslo LG S DZ Regular for Powerline
- Run
vim
and executePluginInstall
- Fix git:
git config --global core.editor /usr/bin/vim
- Make sure to install
vim-gui-common
,vim-runtime
andvim-nox
packages:
sudo apt-get install vim-gui-common
sudo apt-get install vim-runtime
sudo apt-get install vim-nox
- Powerline fonts can be installed with:
sudo apt-get install fonts-powerline