weynsee / dotvim

my vim dotfiles and plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

    Clone this repo

Create symlinks:

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

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

    cd ~/.vim
    git submodule update --init

Dependencies
    brew install the_silver_searcher (OS X) or apt-get install silversearcher-ag (Ubuntu)
    cd ~/.vim/bundle/YouCompleteMe && ./install.sh

About

my vim dotfiles and plugins


Languages

Language:Vim Script 100.0%