definitionHover: how to increase width? #4259
Answered
by
chemzqm
vitaly-zdanevich
asked this question in
Q&A
-
I tried
|
Beta Was this translation helpful? Give feedback.
Answered by
chemzqm
Oct 7, 2022
Replies: 1 comment
-
Seems you need |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vitaly-zdanevich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems you need
call coc#config('hover', { 'floatConfig': {'maxWidth': 120 }})
orcall coc#config('floatFactory', { 'floatConfig': {'maxWidth': 120 }})