bigbrozer / vimrc

My Vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Vimrc

This setup Vim configuration in /etc/vim. Licensed under MIT.

Installation

Ubuntu LTS

The package has been successfully tested on Ubuntu Precise (12.04) and Ubuntu Trusty (14.04). Both are LTS versions.

Contribute

Initialize git submodules:

$ git submodule update --init
$ git submodule foreach git submodule update --init

Create submodules in vim/vimfiles/bundle/. Pathogen will load them for you.

Pull request are more than welcome ;-)

Todo

  • Really do a better README than this :-(

About

My Vim configuration

License:MIT License


Languages

Language:Vim Script 99.5%Language:Makefile 0.5%