lookuptable / vim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instruction

  1. Clone repo
$ git clone https://github.com/lookuptable/vim-config ~/.vim
  1. Update submodules to pull in Vundle.vim
$ git submodule update --init --recursive
  1. Install other VIM plugins via Vundle.vim
$ vim +PluginInstall +qall
  1. Build YouCompleteMe
$ cd ~/.vim/bundle/YouCompleteMe
$ ./install.py --all

And you're done!

About


Languages

Language:Vim Script 100.0%