about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-18 18:01:37 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-18 18:05:17 +0900
commit1cb98c25357a0190dd1c117a0258038def1c3278 (patch)
treefc0b612c9d2548bb97c9f454a05b776dd286b6ae /vim
parent2bd1d51a910c35f68926c03fd1422635ee32a43e (diff)
downloaddotfiles-1cb98c25357a0190dd1c117a0258038def1c3278.tar.gz
Polish email(-like) UX
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/vimrc1
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