about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-06-08 15:02:05 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-06-08 15:02:05 +0700
commit2cc273fb67b0151beae897c7dccc55c4cf833959 (patch)
treecf3b9934b58f7a11e71eac013ba0bf9d679bf7ab /vim
parentd09fb472202018a3d311f2f1db337e4de07c8849 (diff)
downloaddotfiles-2cc273fb67b0151beae897c7dccc55c4cf833959.tar.gz
Update 2020-06-08
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 c350000..14a465d 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -20,7 +20,7 @@ autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
 autocmd BufNewFile,BufRead *.m setlocal filetype=octave
 autocmd FileType asm,c,h,go,glsl
       \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8
-autocmd FileType vim,sh,lua,tex,cmake,cpp,html,octave,pascal
+autocmd FileType vim,sh,lua,tex,cmake,cpp,sql,html,octave,pascal
       \ setlocal shiftwidth=2
 autocmd FileType rst setlocal shiftwidth=3
 autocmd FileType java setlocal omnifunc=javacomplete#Complete