yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
458 stars 49 forks source link

fix: hover popup-filter, remove redundant code #441

Closed Song-Tianxiang closed 7 months ago

Song-Tianxiang commented 7 months ago

The original few lines of code are redundant. Just return false and let vim handle the other keys. The redundant code disabled mouse scrolling, and the popup will be closed automatically after some seconds (I don't know why it is closed automatically)