From fade69ae7abe3efc27eb50bafd5583259897e7a4 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 29 Dec 2021 20:00:37 +0100 Subject: [PATCH] markdown: Allow for reflow of bullet paragraphs --- plugins-noroot.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins-noroot.vim b/plugins-noroot.vim index 6951a07..e047484 100644 --- a/plugins-noroot.vim +++ b/plugins-noroot.vim @@ -54,4 +54,7 @@ function PluginsNorootConfig() let g:gutentags_cache_dir = expand('~/.cache/vim/ctags/') " Do not automatically generate on browsing let g:gutentags_generate_on_missing = 0 + + " Allow for reflow of bullet paragraphs + let g:vim_markdown_auto_insert_bullets = 0 endfunction -- 2.30.2