-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrap option for document popup #309
Comments
@nbardiuk Thanks for your reporting! It seems |
Great! Forgot to mention that I am using neovim 0.4.4 |
@nbardiuk I tried to fix in |
@liquidz I've tried the dev branch. It fixed the issue for me. Thank you 👍🏻 |
Thanks for your confirmation! |
Documentation for java symbols is long string without line breaks which get cut at the right endge of the popup.
As I understand cider/orchard parses javadoc from html content. Unfortunately html does not preserve original line breaks and they get lost.
Could it be possible to add an option to enable
wrap
for document popup?Or maybe a maxwidth option like
textwidth
that would reformat content of popup with hard wrap.The text was updated successfully, but these errors were encountered: