diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim new file mode 100644 index 0000000..c3d18ce --- /dev/null +++ b/vim/ftplugin/markdown.vim @@ -0,0 +1,2 @@ +" Set Markdown indent to 2 so single indented text doesn't become 'code' +set shiftwidth=2