X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=plugins-noroot.vim;h=e047484a98a40df43be0350ad4dab7c55e0497b4;hb=126e37a24c78ab5bb50fc9939eef5d0a8b4947e4;hp=6951a0725155e4333748d4e1839ea85f848a1b20;hpb=f1c211d10365e5f9f6cd335617484f52abf860c9;p=vimconf.git 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