diff options
author | Guangxiong Lin <[email protected]> | 2023-08-31 09:02:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-08-31 09:02:46 +0800 |
commit | a38386a9111b13a74f5f8e670a256fccc14ec635 (patch) | |
tree | 570c5c7cbb5a2af30e1124ebc984444862c4175c | |
parent | 8c5ba87743b577001caea19e25a11724d0808dca (diff) | |
download | dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.tar.gz dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.tar.bz2 dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.zip |
Update signature config
-rw-r--r-- | .vim/after/plugin/jedi.vim | 2 | ||||
-rw-r--r-- | .vimrc | 4 |
2 files changed, 3 insertions, 3 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 @@ -1,12 +1,12 @@ " General Config set nocompatible -set number +set number set backspace=indent,eol,start syntax enable set encoding=utf-8 set fileencodings=ucs=bom,utf-8,utf-16,gbk,big5,gb18030,latin1 -set showcmd +set noshowcmd set autoread set mouse=a filetype on |