From ee7dd8ccc9f62010a1079dde5043ef7da5ef98f3 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 30 Oct 2018 13:19:16 +0700 Subject: Update 2018-10-30 --- vim/.vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 8a1e299..57f511b 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -16,10 +16,12 @@ autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal autocmd FileType c,h,go setlocal cindent noexpandtab shiftwidth=8 autocmd FileType rst setlocal shiftwidth=3 autocmd FileType css,javascript,python setlocal shiftwidth=4 +autocmd FileType python,tex setlocal indentexpr= 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 +command W w map Q gq call plug#begin('~/.vim/plugged') -- cgit 1.4.1