aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/jedi.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-08-31 09:02:46 +0800
committerGuangxiong Lin <[email protected]>2023-08-31 09:02:46 +0800
commita38386a9111b13a74f5f8e670a256fccc14ec635 (patch)
tree570c5c7cbb5a2af30e1124ebc984444862c4175c /.vim/after/plugin/jedi.vim
parent8c5ba87743b577001caea19e25a11724d0808dca (diff)
downloaddotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.tar.gz
dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.tar.bz2
dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.zip
Update signature config
Diffstat (limited to '.vim/after/plugin/jedi.vim')
-rw-r--r--.vim/after/plugin/jedi.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/after/plugin/jedi.vim b/.vim/after/plugin/jedi.vim
index a52ba11..81505f7 100644
--- a/.vim/after/plugin/jedi.vim
+++ b/.vim/after/plugin/jedi.vim
@@ -1,6 +1,6 @@
let g:jedi#auto_initialization = 0
let g:jedi#auto_vim_configuration = 0
-let g:jedi#show_call_signatures = 1
+let g:jedi#show_call_signatures = 2
let g:jedi#popup_on_dot = 0
function! s:on_python_filetype() abort