Added a few more tweaks to the easytags settings

This commit is contained in:
Kevin MacMartin 2014-08-20 23:28:00 -04:00
parent 0a07dabbb5
commit 952ce1c879

View file

@ -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")