-
Notifications
You must be signed in to change notification settings - Fork 309
user balloon_eval for hover information #64
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
Conversation
let g:lsp_loaded = 1 | ||
|
||
let g:lsp_auto_enable = get(g:, 'lsp_auto_enable', 1) | ||
let g:lsp_hover_balloon_eval = get(g:, 'lsp_hover_balloon_eval', has('balloon_eval')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to support this scenario. let g:lsp_hover_ui = 'echo,preview,balloon'
Please wait merge until fixed a bug that vim call API for balloon with free-ed pointer. |
Can you add a reference/link to the vim bug/discussion here for future reference. |
I confirmed two problems about tooltip. About No2, I don't confirm how to reproduce. |
vim/vim#3708 was merged. |
One more vim/vim#3725 |
Now both patches are merged into Vim. |
You should want to enable balloonevalterm? |
We can check this in once we have the event queue and diff changes in. Would help reduce talking too much to the server. |
closing in favor of the new vim/neovim popup feature which also works in terminal and is more powerful than balloon. #395 |
based of @mattn changes in https://github.com/mattn/vim-lsp-1/tree/balloon-eval