about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-21 23:42:03 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-21 23:42:03 +0700
commit39ad889f9bcc01c30c554f1ebbb953e1d232b98a (patch)
tree756a8a35b68e258f4132f8853ab22b2708798f9b /vim
parent76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (diff)
downloaddotfiles-39ad889f9bcc01c30c554f1ebbb953e1d232b98a.tar.gz
Update environment
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 2b28cca..1c16a78 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -32,6 +32,7 @@ augroup vimrc
   autocmd FileType markdown,rst,tex setlocal spell
   autocmd BufWinEnter *
         \ if &filetype ==# 'python' || &filetype ==# 'cython'
+        \ || &filetype ==# 'mail'
         \ | let w:m1=matchadd('ColorColumn', '\%<80v.\%>73v', -1) |
         \ else
         \ | let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1) |