-
Notifications
You must be signed in to change notification settings - Fork 306
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
refactor LspHover #1063
refactor LspHover #1063
Conversation
@hrsh7th can you have a look at this PR and help convert to the new floating api. We might want to getting the scroll api first. Few questions.
|
I was considered adding Hm... I think if we vim-lsp should support |
Currently,
I think it's difficult to support the same APIs in If you can allow these differences, I can create |
a6cbbb7
to
68b55df
Compare
I don't think preview and hover can be same api. It should be different. We can create For now I have been converting everything to callbag api so it becomes easy to refactor. Now that scroll PR is checked in this should be good to merge and we can move to the new popup api after it. |
@hrsh7th Feel free to convert the hover to use the new popup api. I will work on converting other apis to callbag. |
OK. I will create |
This revision stopped hover documentation working for a file with multiple servers, e.g. html & tailwindcss. Previously I could see tailwindcss hover information, now it seems only the first server is queried. |
LspHover
is blank whenlsp_preview_float=0
#1047