diff --git a/configs/vimrc b/configs/vimrc index 54e4e89..c439744 100644 --- a/configs/vimrc +++ b/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