From df676ccb770b12ea03516378c656069fbae62526 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 30 Jan 2018 20:33:15 -0800 Subject: [PATCH] Add mail settings --- .vim/ftplugin/mail.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vim/ftplugin/mail.vim diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim new file mode 100644 index 0000000..973b0f3 --- /dev/null +++ b/.vim/ftplugin/mail.vim @@ -0,0 +1,6 @@ +set wrap +set linebreak +set nolist +set textwidth=0 +set wrapmargin=0 +set spell