aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/markdown.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-19 18:30:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-19 18:30:10 +1300
commit4d91af5c33739dabd2412c94b57123cb14821bf4 (patch)
treec5a0f0791fc1b696a97d73018017b81daf0667c8 /vim/after/indent/markdown.vim
parentMerge branch 'release/v8.7.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-2383a69cce9f7106a57a65afb27764d93de3c1c8.tar.gz (sig)
dotfiles-2383a69cce9f7106a57a65afb27764d93de3c1c8.zip
Merge branch 'release/v8.8.0'v8.8.0
* release/v8.8.0: Update spellfile_local.vim plugin to v0.1.1 Update redact_pass.vim plugin to v2.2.0 Spin spellfile_local plugin out into new plugin Use four spaces for indentation in Markdown in Vim
Diffstat (limited to 'vim/after/indent/markdown.vim')
-rw-r--r--vim/after/indent/markdown.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/after/indent/markdown.vim b/vim/after/indent/markdown.vim
new file mode 100644
index 00000000..61f09a1e
--- /dev/null
+++ b/vim/after/indent/markdown.vim
@@ -0,0 +1,2 @@
+" Use four spaces for indentation
+call indent#spaces(4)