From ea80af82e6c989b1bf0df5cde7c1f8c76766cb26 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 8 May 2018 14:29:36 +0200 Subject: [PATCH] Done with debugging --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 1f4a02d..e027e25 100644 --- a/.vimrc +++ b/.vimrc @@ -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