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:
parent
3ba1673068
commit
3a6b12d118
1 changed files with 2 additions and 0 deletions
2
nvim/.config/nvim/after/ftplugin/mail.vim
Normal file
2
nvim/.config/nvim/after/ftplugin/mail.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
" Disable whitespace highlighting in mail buffer
|
||||||
|
autocmd! BufEnter <buffer> DisableWhitespace
|
Loading…
Reference in a new issue