Browse Source

disable jedi preview split

master
Julio Biason 10 years ago
parent
commit
cc9edd7f9d
  1. 6
      configs/vimrc

6
configs/vimrc

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

Loading…
Cancel
Save