X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=plugins-noroot.vim;h=d801823df55187a2a65442c23e5fc0746e03f43b;hb=f3009bb94394f57904b8c64d867c3e941770848e;hp=6951a0725155e4333748d4e1839ea85f848a1b20;hpb=f1c211d10365e5f9f6cd335617484f52abf860c9;p=vimconf.git diff --git a/plugins-noroot.vim b/plugins-noroot.vim index 6951a07..d801823 100644 --- a/plugins-noroot.vim +++ b/plugins-noroot.vim @@ -54,4 +54,11 @@ function PluginsNorootConfig() let g:gutentags_cache_dir = expand('~/.cache/vim/ctags/') " Do not automatically generate on browsing let g:gutentags_generate_on_missing = 0 + let g:gutentags_ctags_exclude_wildignore = 1 + let g:gutentags_ctags_exclude = [ + \'node_modules', '_build', 'build*', 'CMakeFiles', '.*cache*', 'venv', + \'*.md', '*.css', '*.html', '*.json', '*.xml', '*.xmls', '*.ui'] + + " Allow for reflow of bullet paragraphs + let g:vim_markdown_auto_insert_bullets = 0 endfunction