nvim: Let jedi show call signatures in command line
Call signatures being shown as pop up in buffer just are too intrusive and mess things up. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
57ddf41dfd
commit
26bb3388d0
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ let g:jedi#use_tabs_not_buffers = 1
|
|||
let g:jedi#popup_on_dot = 1
|
||||
let g:jedi#popup_select_first = 0
|
||||
let g:jedi#smart_auto_mappings = 0
|
||||
let g:jedi#show_call_signatures = "1"
|
||||
let g:jedi#show_call_signatures = "2"
|
||||
let g:jedi#show_call_signatures_delay = 0
|
||||
let g:jedi#show_call_signatures_modes = 'i'
|
||||
let g:jedi#enable_speed_debugging = 0
|
||||
|
|
Loading…
Reference in a new issue