Browse Source

disable jedi showing the function signature over code

master
Julio Biason 10 years ago
parent
commit
0e452d4bc3
  1. 1
      configs/vimrc

1
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"

Loading…
Cancel
Save