plugins: Adding gutentags exclude settings
authorStefan Huber <shuber@sthu.org>
Thu, 6 Jan 2022 09:07:33 +0000 (10:07 +0100)
committerStefan Huber <shuber@sthu.org>
Thu, 6 Jan 2022 09:07:33 +0000 (10:07 +0100)
plugins-noroot.vim

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