mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set easytags not to complain if ctags isn't available
This commit is contained in:
parent
558148f0b2
commit
1cb50b4988
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
"EASYTAGS: {{{
|
||||
let g:easytags_file = '~/.vim/tags'
|
||||
let g:easytags_suppress_ctags_warning = 1
|
||||
|
||||
"prevent automatically generating the tagfile and syntax highlighting tags (default: 0)
|
||||
if !exists("g:disableautotags")
|
||||
|
|
Loading…
Reference in a new issue