From 62338bd5b0ee7c323f64f49d444241dde64ced85 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Wed, 5 Jul 2017 13:59:49 +0700 Subject: Update 2017-07-05 --- vim/.vim/vimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vim/.vim/vimrc') 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 -- cgit 1.4.1