diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-08 12:02:11 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-08 12:02:11 +0700 |
commit | a1deafa6ee56c7818419cfe0d318496c38523ee3 (patch) | |
tree | 5e28711870d71d6ff4086c285352523ac4fb5ef5 /vim | |
parent | b73bf44b7518cdf6d75b3bf79c67d217aced651f (diff) | |
download | dotfiles-a1deafa6ee56c7818419cfe0d318496c38523ee3.tar.gz |
Update 2020-12-08
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 86a5f47..92d3777 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -20,8 +20,8 @@ augroup vimrc autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal autocmd BufNewFile,BufRead *.sql setlocal filetype=mysql autocmd BufNewFile,BufRead *.m setlocal filetype=octave - autocmd FileType asm,c,h,go,glsl,php - \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 + autocmd FileType asm,c,h,go,glsl,sshconfig,php + \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8 autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,mysql,html,octave,pascal \ setlocal shiftwidth=2 autocmd FileType rst setlocal shiftwidth=3 |