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:
3
.vimrc
3
.vimrc
@@ -309,7 +309,10 @@ Plugin 'lepture/vim-jinja'
|
|||||||
" easytags highlighting is slow
|
" easytags highlighting is slow
|
||||||
"let g:easytags_auto_highlight = 0
|
"let g:easytags_auto_highlight = 0
|
||||||
|
|
||||||
|
" Automatic generation of tags file (ctags: Exhuberant Ctags)
|
||||||
Plugin 'ludovicchabant/vim-gutentags'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|||||||
Reference in New Issue
Block a user