From dedd400ccfb5be001f5dca250b4867ea13787794 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 23 Oct 2020 13:48:43 -0700 Subject: [PATCH] Update indenting lists in markdown This is more intuative to me --- vim/ftplugin/markdown.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim index c3d18ce..290f7c0 100644 --- a/vim/ftplugin/markdown.vim +++ b/vim/ftplugin/markdown.vim @@ -1,2 +1,5 @@ " Set Markdown indent to 2 so single indented text doesn't become 'code' set shiftwidth=2 + +# From plasticboy/vim-markdown via sheerun/vim-polyglot +let g:vim_markdown_new_list_item_indent = 0