Skip to content

Instantly share code, notes, and snippets.

@yifanz
yifanz / .vimrc
Last active September 27, 2016 22:09
Basic vim settings
"execute pathogen#infect()
"
"dont pollute working directories with backup and swap files
"trailing slashes stores files using full paths to avoid conflicts
"set backupdir=~/.vim/backup//
"set directory=~/.vim/swap//
"set undodir=~/.vim/undo//
filetype plugin indent on
syntax on