Add back equivalent async TagsUpdate command with Gutentags

This commit is contained in:
ViViDboarder 2019-10-21 15:50:10 -07:00
parent fde09749bf
commit aa0686208b
2 changed files with 3 additions and 0 deletions

View File

@ -121,9 +121,11 @@ nmap gb :bn<CR>
nmap gB :bp<CR>
" 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

View File

@ -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<CR>
end
" TODO: Probably remove