diff options
author | listout <listout@protonmail.com> | 2021-04-14 11:27:18 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-14 11:27:18 +0530 |
commit | 49bd57461a88ae8f3a177300114b07a21e1343ac (patch) | |
tree | 8b4201f27ea69bd7ad4915525edb79320bba616a /after/ftplugin/mail.vim | |
parent | 7d78dff1b76de14e2aaf35cf9da17654e8a05d19 (diff) |
added some ftplugins
Diffstat (limited to 'after/ftplugin/mail.vim')
-rw-r--r-- | after/ftplugin/mail.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 |