From 8b233802796180927c8565fe433cb7946f43fe52 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 1 Nov 2019 15:06:11 -0700 Subject: [PATCH] Update markdown indentation Set it to two spaces to better differentiate a list and code --- vim/ftplugin/markdown.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/markdown.vim 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