about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-07-05 13:59:49 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-08-03 11:43:32 +0700
commit62338bd5b0ee7c323f64f49d444241dde64ced85 (patch)
tree1a536782dd8b6c7e52b1ba3f038baa36da2f0030 /vim/.vim/vimrc
parent26d09ee38d32ee0dba1e2a393d6b334651e214ad (diff)
downloaddotfiles-62338bd5b0ee7c323f64f49d444241dde64ced85.tar.gz
Update 2017-07-05
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index f9d1e10..9006fa5 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -6,21 +6,21 @@ set directory=~/.cache/vim/swap
 set backupdir=~/.cache/vim/backup
 set viminfo+=n~/.cache/vim/viminfo
 set clipboard=exclude:cons\|linux
-set wildmenu
-set showcmd
+set showcmd noshowmode ruler wildmenu confirm
 set nostartofline
-set ruler
-set confirm
 set list listchars+=tab:├─
 set tabstop=8 expandtab shiftwidth=2 softtabstop=-1 smarttab
-set omnifunc=syntaxcomplete#Complete
 set dictionary=/usr/share/dict/words
 set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1
+set omnifunc=syntaxcomplete#Complete
+let g:jedi#popup_on_dot = 0
+let g:jedi#popup_select_first = 0
+let g:jedi#show_call_signatures = 2
+let g:jedi#smart_auto_mappings = 0
 autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
 autocmd FileType c,h,cpp,arduino setlocal noexpandtab shiftwidth=8
 autocmd FileType rst setlocal shiftwidth=3
 autocmd FileType css,javascript,markdown,python setlocal shiftwidth=4
 autocmd FileType python syntax keyword pythonBoolean False True None
 autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)
-let g:jedi#popup_select_first = 0
 map Q gq