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

Status-line notification for gutentags tags file generation

This commit is contained in:
2018-01-15 15:51:40 +01:00
parent e576f04949
commit c5c3493418

3
.vimrc
View File

@@ -309,7 +309,10 @@ Plugin 'lepture/vim-jinja'
" easytags highlighting is slow
"let g:easytags_auto_highlight = 0
" Automatic generation of tags file (ctags: Exhuberant Ctags)
Plugin 'ludovicchabant/vim-gutentags'
" know when Gutentags is generating tags (prints 'TAGS' in status-line)
set statusline+=%{gutentags#statusline()}
" All of your Plugins must be added before the following line
call vundle#end() " required