From 49bd57461a88ae8f3a177300114b07a21e1343ac Mon Sep 17 00:00:00 2001 From: listout Date: Wed, 14 Apr 2021 11:27:18 +0530 Subject: added some ftplugins --- after/ftplugin/mail.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/mail.vim (limited to 'after/ftplugin/mail.vim') diff --git a/after/ftplugin/mail.vim b/after/ftplugin/mail.vim new file mode 100644 index 0000000..52cf6d9 --- /dev/null +++ b/after/ftplugin/mail.vim @@ -0,0 +1,3 @@ +autocmd BufRead,BufNewFile *mutt-* setfiletype mail +au BufRead /tmp/*mutt-* set tw=72 +set textwidth=72 -- cgit v1.2.3