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