From cc9edd7f9df4f2f98491be5789bca48a0127dd4c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 22 Jul 2014 14:35:16 -0300 Subject: [PATCH] disable jedi preview split --- configs/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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