about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-23 22:00:17 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-23 22:00:17 +0700
commit2b76a36ad07d776988104ba0587958384808603a (patch)
tree058b37f858cedce9045a58a4b0c738252a82b97b /vim/.vim/vimrc
parentd96622187e7886c889f04f553e449c4088ea76c0 (diff)
downloaddotfiles-2b76a36ad07d776988104ba0587958384808603a.tar.gz
Update 2019-03-23
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 7829623..b0329de 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -14,15 +14,13 @@ set omnifunc=syntaxcomplete#Complete
 set diffopt+=algorithm:patience
 autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)
 autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
-autocmd FileType c,h,go setlocal cindent noexpandtab shiftwidth=8
+autocmd FileType c,h,go setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8
 autocmd FileType rst setlocal shiftwidth=3
 autocmd FileType css,javascript,python,perl6 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
-let g:vimtex_indent_enabled = 0
 command W w
 map Q gq