about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-16 21:45:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-16 21:45:26 +0700
commit44f511c028bd46d57f8fefd0a7f538e46c413b05 (patch)
tree93bc246a670140c14463def6efd98369d293df2d /vim/.vim/vimrc
parent39ad889f9bcc01c30c554f1ebbb953e1d232b98a (diff)
downloaddotfiles-44f511c028bd46d57f8fefd0a7f538e46c413b05.tar.gz
Add aerc config
Also update relevant configurations.
Diffstat (limited to 'vim/.vim/vimrc')
-rw-r--r--vim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 1c16a78..1b7c421 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -29,7 +29,7 @@ augroup vimrc
   autocmd FileType vim,sh,scheme,lua,tex,cmake,cpp,plantuml,html,octave,pascal
         \ setlocal shiftwidth=2
   autocmd FileType rst setlocal shiftwidth=3
-  autocmd FileType markdown,rst,tex setlocal spell
+  autocmd FileType mail,markdown,rst,tex setlocal spell
   autocmd BufWinEnter *
         \ if &filetype ==# 'python' || &filetype ==# 'cython'
         \ || &filetype ==# 'mail'