|
|
|
@ -133,6 +133,10 @@ if has("autocmd")
|
|
|
|
|
|
|
|
|
|
" JavaScript (who though those were "good" defaults?) |
|
|
|
|
au FileType javascript setlocal expandtab tabstop=2 sw=2 sts=2 textwidth=0 |
|
|
|
|
|
|
|
|
|
" Pinpoint (presentation format) |
|
|
|
|
au BufNewFile,BufRead *.pin set filetype=pinpoint |
|
|
|
|
au FileType pinpoint setlocal colorcolumn=79 textwidth=78 |
|
|
|
|
else |
|
|
|
|
set autoindent " always set autoindenting on |
|
|
|
|
endif " has("autocmd") |
|
|
|
@ -251,6 +255,7 @@ color mustang " looks awesome on gvim, looks alright in vim if you have 256 co
|
|
|
|
|
|
|
|
|
|
" Improved syntax files |
|
|
|
|
Bundle 'Glench/Vim-Jinja2-Syntax' |
|
|
|
|
Bundle 'fmoralesc/vim-pinpoint' |
|
|
|
|
|
|
|
|
|
" Identation guidelines |
|
|
|
|
" Bundle 'nathanaelkane/vim-indent-guides' |
|
|
|
|