diff options
-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 |