diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-21 23:42:03 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-21 23:42:03 +0700 |
commit | 39ad889f9bcc01c30c554f1ebbb953e1d232b98a (patch) | |
tree | 756a8a35b68e258f4132f8853ab22b2708798f9b /vim | |
parent | 76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (diff) | |
download | dotfiles-39ad889f9bcc01c30c554f1ebbb953e1d232b98a.tar.gz |
Update environment
Diffstat (limited to 'vim')
-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 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) | |