From f57649029caf782500247d41a2be66d985747e95 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 12 Jan 2022 11:35:15 -0500 Subject: [PATCH] Explicitly set shift width --- ftplugin/markdown.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim index ee3bfe1..352e743 100644 --- a/ftplugin/markdown.vim +++ b/ftplugin/markdown.vim @@ -1,5 +1,6 @@ " set a smaller indent setlocal ts=2 +setlocal sw=2 " and set up the buffer just like a text file let oldwd = getcwd()