1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Better/more ctags ignores

This commit is contained in:
2018-06-03 11:03:58 +02:00
parent d611c213f7
commit da3e88c1a8

2
.vimrc
View File

@@ -386,7 +386,7 @@ Plugin 'jbgutierrez/vim-better-comments'
Plugin 'ludovicchabant/vim-gutentags' Plugin 'ludovicchabant/vim-gutentags'
" know when Gutentags is generating tags (prints 'TAGS' in status-line) " know when Gutentags is generating tags (prints 'TAGS' in status-line)
set statusline+=%{gutentags#statusline()} set statusline+=%{gutentags#statusline()}
let g:gutentags_ctags_exclude = ["*.min.js", "*.min.css", "build", "vendor", ".git", "node_modules", "*.vim/bundle/*"] let g:gutentags_ctags_exclude = ["*.min.*", "build", ".bundle", ".git", "log", "node_modules", "tmp", "vendor", "*.vim/bundle/*"]
"let g:gutentags_trace = 1 "let g:gutentags_trace = 1
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line