]> Sergey Matveev's repositories - vim-lsp.git/commit
fix hover popup-filter, remove redundant code
authorSong-Tianxiang <149415622+Song-Tianxiang@users.noreply.github.com>
Tue, 16 Jan 2024 05:59:47 +0000 (13:59 +0800)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 05:59:47 +0000 (13:59 +0800)
commit2656e62de556901b75d31f5ff7b937c53006a8e1
tree0637d2e8cd25def024f1fe486c2fdb51e13b7c79
parent7103956d55561554491040a9e753c04dbc9eeb8f
fix hover popup-filter, remove redundant code

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)
autoload/lsp/hover.vim