From 4db0b9a6ac4881babf7a2031c542752bee6b5473 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Mon, 19 Jun 2023 00:17:27 +0530 Subject: nvim: mail.vim: use color column Signed-off-by: Brahmajit Das --- after/ftplugin/mail.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'after') diff --git a/after/ftplugin/mail.vim b/after/ftplugin/mail.vim index 52cf6d9..1f7f8bd 100644 --- a/after/ftplugin/mail.vim +++ b/after/ftplugin/mail.vim @@ -1,3 +1,5 @@ autocmd BufRead,BufNewFile *mutt-* setfiletype mail au BufRead /tmp/*mutt-* set tw=72 set textwidth=72 +set colorcolumn=72 +set spell -- cgit v1.2.3