pjfoley / dotvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

    git clone git://github.com/pjfoley/dotvim.git ~/.vim

Create symlinks:

    ln -s ~/.vim/vimrc ~/.vimrc
    ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the `~/.vim` directory, and fetch submodules:

    cd ~/.vim
    git submodule init
    git submodule update

After installation

* Configure

 Vundle plugins - :PluginInstall

 YouCompleteMe:
  cd ~/.vim/bundle/YouCompleteMe
  ./install.py --gocode-completer --clang-completer --omnisharp-completer

About


Languages

Language:Vim Script 100.0%