/vimrc_vundle

Redo of my vimrc, but using vundle instead of pathogen

Primary LanguageVim Script

Prerequisites

Install Vundle:

git clone https://github.com/betolink/vimrc_vundle.git ~/.vim
cd .vim && git submodule update --init
ln -s .vimrc ~/.vimrc

Then install all plugins:

vim +BundleInstall +qall

Fonts for Ubuntu/Mint

cd ~/.fonts/ && git clone https://github.com/scotu/ubuntu-mono-powerline.git && cd ~