This file contains hidden or 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
"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 |
NewerOlder