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

Done with debugging

This commit is contained in:
2018-05-08 14:29:36 +02:00
parent 44e41d84b4
commit ea80af82e6

2
.vimrc
View File

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