sachingaikwad123 / .vim

.vim and .vimrc files that I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESCRIPTION

    My vimrc configuration.  It uses a plugin manager that will ask to install
    plugins the first time vim is started with this vimrc.  You can change the
    list of (to be) installed plugins at the top of the vimrc.

INSTALL:

    cd ~/
    git clone git://github.com/ashleydev/.vim.git
    cd .vim/
    make  # creates symlink: ~/.vimrc -> ~/.vim/vimrc
          #   and
          # creates symlink: ~/.gvimrc -> ~/.vim/gvimrc

REQUIREMENTS

    This vimrc requres >= vim 7.3 for full features.

About

.vim and .vimrc files that I use


Languages

Language:Vim Script 99.1%Language:Makefile 0.9%