Created
June 13, 2012 13:54
-
-
Save madmax/2924215 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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