From 42c2637b1e7a420e5e5017f6fc32c6a9c4b8b252 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Jul 2024 19:33:41 -0300 Subject: Feat: use ftplugin --- vim.dot.link/ftplugin/mail.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim.dot.link/ftplugin/mail.vim (limited to 'vim.dot.link/ftplugin/mail.vim') diff --git a/vim.dot.link/ftplugin/mail.vim b/vim.dot.link/ftplugin/mail.vim new file mode 100644 index 0000000..f21ff9c --- /dev/null +++ b/vim.dot.link/ftplugin/mail.vim @@ -0,0 +1,5 @@ +" Mail +" +" Workaround for mail editing. There must be a plugin enabling autoindent in +" mail composition, which is annoying. +set noautoindent -- cgit v1.2.3