diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim index 290f7c0..5e94e3c 100644 --- a/vim/ftplugin/markdown.vim +++ b/vim/ftplugin/markdown.vim @@ -1,5 +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 +" From plasticboy/vim-markdown via sheerun/vim-polyglot let g:vim_markdown_new_list_item_indent = 0