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
syntax on | |
filetype plugin indent on | |
" Set a backup directory | |
" silent !mkdir ~/.vim/tmp > /dev/null 2>&1 set backupdir=~/.vim/tmp | |
set noswapfile | |
" Source the vimrc file after saving it | |
" via: http://vimcasts.org/episodes/updating-your-vimrc-file-on-the-fly/ | |
if has("autocmd") |