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"