mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added a few more tweaks to the easytags settings
This commit is contained in:
parent
0a07dabbb5
commit
952ce1c879
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue