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 | |
" Add jbuilder syntax highlighting | |
au BufNewFile,BufRead *.json.jbuilder set ft=ruby | |
" Add spell check to md files | |
autocmd BufRead,BufNewFile *.md setlocal spell | |
" Set 'Ctrl+n' to NERDTree toggle | |
map <C-n> :NERDTreeToggle<CR> |
NewerOlder