From aa5717f00fd14430c80939a68d7107c26de6e554 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 20 Jan 2026 15:55:27 -0500 Subject: first commit --- after/ftplugin/mail.vim | 6 ++++++ 1 file changed, 6 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..4b76a14 --- /dev/null +++ b/after/ftplugin/mail.vim @@ -0,0 +1,6 @@ +set spell +set formatoptions+=wq + +setlocal tw=72 et cc=73 list + +map g= vipgq -- cgit v1.2.3-71-gdd5e