markdown: Allow for reflow of bullet paragraphs
authorStefan Huber <shuber@sthu.org>
Wed, 29 Dec 2021 19:00:37 +0000 (20:00 +0100)
committerStefan Huber <shuber@sthu.org>
Wed, 29 Dec 2021 19:00:37 +0000 (20:00 +0100)
plugins-noroot.vim

index 6951a0725155e4333748d4e1839ea85f848a1b20..e047484a98a40df43be0350ad4dab7c55e0497b4 100644 (file)
@@ -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