From aa0686208b69ef9df745153f70dcea99e074ff00 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 21 Oct 2019 15:50:10 -0700 Subject: [PATCH] Add back equivalent async TagsUpdate command with Gutentags --- vim/rc/input.rc.vim | 2 ++ vim/rc/plugins.rc.vim | 1 + 2 files changed, 3 insertions(+) diff --git a/vim/rc/input.rc.vim b/vim/rc/input.rc.vim index efa6478..aab409c 100644 --- a/vim/rc/input.rc.vim +++ b/vim/rc/input.rc.vim @@ -121,9 +121,11 @@ nmap gb :bn nmap gB :bp " Command to display TODO tags in project +" Generally, this is overriden in vim-grepper command Todo grep TODO " Easy update tags +" Generally this is overriden by Gutentags command TagsUpdate !ctags -R . " Set grepprg diff --git a/vim/rc/plugins.rc.vim b/vim/rc/plugins.rc.vim index ca17e8c..773351c 100644 --- a/vim/rc/plugins.rc.vim +++ b/vim/rc/plugins.rc.vim @@ -55,6 +55,7 @@ call s:smart_source_rc('plugins/tagbar') call s:smart_source_rc('plugins/tcomment_vim') if (v:version > 703) && !exists('g:gui_oni') Plug 'ludovicchabant/vim-gutentags' " Auto generate tags files + command! TagsUpdate :GutentagsUpdate end " TODO: Probably remove