abhisek / .vim

My .vim dotfiles and configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

This is the modified version of jessfraz/.vim config files, customised to suit my personal needs.

Table of Contents

About

Installing

$ cd ~/
$ git clone --recursive https://github.com/abhisek/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init

Pathogen

The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.

Currently using version 2.4 of Pathogen

About

My .vim dotfiles and configurations.

License:MIT License


Languages

Language:Vim Script 94.8%Language:Makefile 5.2%