Skip to content

Instantly share code, notes, and snippets.

@madmax
Created June 13, 2012 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madmax/2924215 to your computer and use it in GitHub Desktop.
Save madmax/2924215 to your computer and use it in GitHub Desktop.
set nocompatible
call pathogen#infect()
call pathogen#helptags()
syntax on
filetype plugin indent on
" swp to one directory outside project
" set backupdir=~/.vim/tmp,.
" set directory=~/.vim/tmp,.
set nobackup
set noswapfile
" set leaderkey
let mapleader=","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment