aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/markdown.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-05-07 09:47:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-05-07 09:47:00 +1200
commit23d41f8c71f272a736906fbeb8d46441aa38dd66 (patch)
treec73e17a7d7500f65752496ff46fb3ee22b373915 /vim/after/ftplugin/markdown.vim
parentStill tweaking Mutt config, nearly happy (diff)
downloaddotfiles-23d41f8c71f272a736906fbeb8d46441aa38dd66.tar.gz
dotfiles-23d41f8c71f272a736906fbeb8d46441aa38dd66.zip
formatoptions should not be set in vimrc
I have learned my lesson
Diffstat (limited to 'vim/after/ftplugin/markdown.vim')
-rw-r--r--vim/after/ftplugin/markdown.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/ftplugin/markdown.vim b/vim/after/ftplugin/markdown.vim
new file mode 100644
index 00000000..8366275b
--- /dev/null
+++ b/vim/after/ftplugin/markdown.vim
@@ -0,0 +1,3 @@
+" Auto-format within textwidth
+setlocal formatoptions+=a
+