diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-28 19:33:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-28 19:33:41 -0300 |
commit | 42c2637b1e7a420e5e5017f6fc32c6a9c4b8b252 (patch) | |
tree | c92c263fdb5b95ea020186cf893b2a51e78ebb35 /vim.dot.link/ftplugin/mail.vim | |
parent | 91baa371aaf7cfa58496f97405ae6b5c040ab8e4 (diff) | |
download | vim-42c2637b1e7a420e5e5017f6fc32c6a9c4b8b252.tar.gz vim-42c2637b1e7a420e5e5017f6fc32c6a9c4b8b252.tar.bz2 |
Feat: use ftplugin
Diffstat (limited to 'vim.dot.link/ftplugin/mail.vim')
-rw-r--r-- | vim.dot.link/ftplugin/mail.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 |