about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-04-21 20:52:49 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-04-21 20:52:49 +0700
commit71833609827d0663f76746127798e3fec195c34d (patch)
tree3a7b6abba94d970f247fe224e7f83e0be9925d5e /vim
parent860945d30c23369be4253219849fb4016cf70c76 (diff)
downloaddotfiles-71833609827d0663f76746127798e3fec195c34d.tar.gz
Update 2019-04-21
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 6a9809e..7cb989c 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -16,7 +16,7 @@ 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 cinoptions=(0 noexpandtab shiftwidth=8
+autocmd FileType c,h,go,glsl 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 syntax keyword pythonBoolean False True None