From c5c34934180f88a1519cc3a6cea5eabd004306f7 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 15 Jan 2018 15:51:40 +0100 Subject: [PATCH] Status-line notification for gutentags tags file generation --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 766d92f..d0b7003 100644 --- a/.vimrc +++ b/.vimrc @@ -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