yegappan / lsp

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

Improve signature popup window #448

Closed girishji closed 7 months ago

girishji commented 7 months ago

Add 1 character padding to the sides of signature popup window. Otherise, the leftmost character of popup looks like continuation of line from underneath text in some colorschemes. A subtle improvemnt.

M autoload/lsp/signature.vim

girishji commented 7 months ago

Correctly handle keys inside symbol popup window

Should have been a separate PR. Didn't know it will just merge 2 commits.