yenchiugu / my_vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:
    
    git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
    git clone git://github.com/nelstrom/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

About


Languages

Language:Vim Script 97.5%Language:Shell 2.5%