From 952ce1c8794f4dc5806e75e183b777031510f043 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 20 Aug 2014 23:28:00 -0400 Subject: [PATCH] Added a few more tweaks to the easytags settings --- vim/config/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index efd7e5f..f93e37f 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -28,6 +28,8 @@ let g:easytags_file = '~/.vim/tags' let g:easytags_suppress_ctags_warning = 1 let g:easytags_autorecurse = 1 + let g:easytags_resolve_links = 1 + let g:easytags_dynamic_files = 1 "prevent automatically generating the tagfile and syntax highlighting tags (default: 0) if !exists("g:disableautotags")