diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-18 18:01:37 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-18 18:05:17 +0900 |
commit | 1cb98c25357a0190dd1c117a0258038def1c3278 (patch) | |
tree | fc0b612c9d2548bb97c9f454a05b776dd286b6ae /vim/.vim/vimrc | |
parent | 2bd1d51a910c35f68926c03fd1422635ee32a43e (diff) | |
download | dotfiles-1cb98c25357a0190dd1c117a0258038def1c3278.tar.gz |
Polish email(-like) UX
Diffstat (limited to 'vim/.vim/vimrc')
-rw-r--r-- | vim/.vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 2c766c2..2ac4837 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -24,6 +24,7 @@ augroup vimrc autocmd BufNewFile,BufRead *.ms setlocal filetype=groff autocmd BufNewFile,BufRead *.m setlocal filetype=octave autocmd BufNewFile,BufRead *.h setlocal filetype=c + autocmd BufNewFile,BufRead CHANGES setlocal filetype=mail autocmd FileType asm,c,cpp,h,diff,gitconfig,gitsendemail,go,glsl,mail,make,sshconfig,php,tsv \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8 autocmd FileType vim,sh,scheme,lua,tex,cmake,cpp,plantuml,html,octave,pascal |