|
|
@ -284,3 +284,9 @@ autocmd Filetype json set noet ts=4 |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
au BufNewFile,BufRead *.pin set filetype=pinpoint |
|
|
|
au BufNewFile,BufRead *.pin set filetype=pinpoint |
|
|
|
au FileType pinpoint setlocal colorcolumn=79 textwidth=78 |
|
|
|
au FileType pinpoint setlocal colorcolumn=79 textwidth=78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
|
|
|
" Jedi-VIM |
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
|
|
|
" this disables the documentation/preview split |
|
|
|
|
|
|
|
autocmd FileType python setlocal completeopt-=preview |
|
|
|