/vim-config

My Vim configuration

Primary LanguageVim script

Vim Configuration

This is the vim configuration I am using day to day. Plugins can be seen in .vim/bundle directory.
All plugins are stored as git submodules, and managed by pathogen, thanks, Tim Pope http://tpo.pe/

Installation

See scripts/

Syntastic Requirements

js - jslint or jshint
npm install -g jshint

python - pyflakes
pip install pyflakes
there is some work done on getting syntastic to play nice in virtualenv, but not quite there yet

Favorite Colors

  • blazer
  • bubblegum-256-dark

Attribution

Originally forked from cormac/vim-config