diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-15 14:01:27 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-15 14:01:27 +0700 |
commit | 3030db8ff09ab6da0f1f941518ef5c071053c5f8 (patch) | |
tree | ea946ecc72079826f9bb86912babc18c0be1c768 /vim/.vim/vimrc | |
parent | 434ebf0d707b4ea08455da42f14c742bf8081dc4 (diff) | |
download | dotfiles-3030db8ff09ab6da0f1f941518ef5c071053c5f8.tar.gz |
Update 2019-09-15
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-x | vim/.vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index e93cb2b..b8c5ed3 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -16,6 +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 BufNewFile,BufRead *.m setlocal filetype=octave 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 |