Skip to content

Instantly share code, notes, and snippets.

View bevancollins's full-sized avatar

Bevan Collins bevancollins

  • SentryBay
  • New Zealand
View GitHub Profile
@bevancollins
bevancollins / .vimrc
Last active December 28, 2018 01:52 — forked from jeresig/.vimrc
VIM Config
" install pathogen plugin (https://github.com/tpope/vim-pathogen)
" cd %USERPROFILE%; mkdir vimfiles; cd vimfiles; mkdir bundle; cd bundle
" git clone git://github.com/scrooloose/nerdtree.git
" git clone git://github.com/dantler/vim-alternate.git
" git clone git://github.com/ervandew/supertab.git
" git clone git://github.com/vim-scripts/Wombat.git
" Pathogen
call pathogen#infect()
call pathogen#helptags()