From 0e452d4bc3fadba743dc16b82d9fed9608d03096 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 23 Jul 2014 08:33:52 -0300 Subject: [PATCH] disable jedi showing the function signature over code --- configs/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/vimrc b/configs/vimrc index c439744..690a5a0 100644 --- a/configs/vimrc +++ b/configs/vimrc @@ -290,3 +290,4 @@ au FileType pinpoint setlocal colorcolumn=79 textwidth=78 " ---------------------------------------------------------------------- " this disables the documentation/preview split autocmd FileType python setlocal completeopt-=preview +let g:jedi#show_call_signatures = "0"