mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 19:54:10 -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: {{{
|
"EASYTAGS: {{{
|
||||||
let g:easytags_file = '~/.vim/tags'
|
let g:easytags_file = '~/.vim/tags'
|
||||||
|
let g:easytags_suppress_ctags_warning = 1
|
||||||
|
|
||||||
"prevent automatically generating the tagfile and syntax highlighting tags (default: 0)
|
"prevent automatically generating the tagfile and syntax highlighting tags (default: 0)
|
||||||
if !exists("g:disableautotags")
|
if !exists("g:disableautotags")
|
||||||
|
|
Loading…
Reference in a new issue