diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-24 21:55:17 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-24 21:55:17 +0700 |
commit | ea3d643a067669a73557f0af203cf4e86bc4fc9d (patch) | |
tree | 5c128b8301b5012aaa5c7dcd98a5da12af4fba40 /vim | |
parent | 21e85821064dd444ed9a35e342c2ea220c50a6f6 (diff) | |
download | dotfiles-ea3d643a067669a73557f0af203cf4e86bc4fc9d.tar.gz |
Update 2020-09-24
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 75ba1d7..7ba9fbd 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -22,7 +22,7 @@ augroup vimrc 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,mysql,html,octave,pascal + autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,mysql,html,octave,pascal \ setlocal shiftwidth=2 autocmd FileType rst setlocal shiftwidth=3 autocmd FileType java setlocal omnifunc=javacomplete#Complete |