From: Stefan Huber Date: Thu, 6 Jan 2022 09:07:33 +0000 (+0100) Subject: plugins: Adding gutentags exclude settings X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=71764ca5922ca51b87292684f2b0d2c28f83fa0f plugins: Adding gutentags exclude settings --- diff --git a/plugins-noroot.vim b/plugins-noroot.vim index e047484..d801823 100644 --- a/plugins-noroot.vim +++ b/plugins-noroot.vim @@ -54,6 +54,10 @@ 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