From db68ee56c761da4aa22646a5f49506de9b514fef Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 20 Aug 2014 23:12:55 -0400 Subject: [PATCH] Added auto_recurse option to easytags to generate more complete tags --- vim/config/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 5fea03d..efd7e5f 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -27,6 +27,7 @@ "EASYTAGS: {{{ let g:easytags_file = '~/.vim/tags' let g:easytags_suppress_ctags_warning = 1 + let g:easytags_autorecurse = 1 "prevent automatically generating the tagfile and syntax highlighting tags (default: 0) if !exists("g:disableautotags")