nvim: after/ftplugin: mail: Disable whitespace in mail

We do not care about whitespace when constructing replies from within
mutt.
This commit is contained in:
Sanchayan Maity 2021-06-05 17:40:19 +05:30
parent 3ba1673068
commit 3a6b12d118
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
" Disable whitespace highlighting in mail buffer
autocmd! BufEnter <buffer> DisableWhitespace