yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
473 stars 57 forks source link

Please do not use `popup_clear()` #481

Open Bakudankun opened 6 months ago

Bakudankun commented 6 months ago

This plugin uses popup_clear() in hover.vim, but it is "Emergency solution to a misbehaving plugin" (:h popup_clear()) and it forcibly closes every popups including popups that other plugins make.

Please somehow remember the popupwin's ID and close with popup_close(). I think there is no problem in test scripts.

vimpostor commented 6 months ago

Seems this is a regression introduced in #208