aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/after/plugin/jedi.vim2
-rw-r--r--.vimrc4
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
diff --git a/.vimrc b/.vimrc
index 0ea8f22..7356d8d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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