mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added auto_recurse option to easytags to generate more complete tags
This commit is contained in:
parent
ec79661869
commit
db68ee56c7
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue