My new config is available here: https://github.com/amantinband/dotfiles
simply place .vimrc in your ~, copy & paste following commands and you're set!
-
pathogen vim:
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim -
nerdtree vim:
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree -
ctrlp:
cd ~/.vim/bundle && git clone https://github.com/kien/ctrlp.vim -
fugitive:
cd ~/.vim/bundle && git clone https://github.com/tpope/vim-fugitive -
airline:
git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline -
google-searchindex:
cd ~/.vim/bundle && git clone https://github.com/google/vim-searchindex.git -
install fonts:
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts
fc-cache -vf -
persistent undo:
mkdir ~/.vim/undo -
you complete me:
cd ~/.vim/bundle && git clone https://github.com/Valloric/YouCompleteMe
cd YouCompleteMe && python ./install.py -
grep:
cd ~/.vim/bundle && git clone https://github.com/yegappan/grep