ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.01k stars 56 forks source link

incorrect floating window position when contents contains code fences #242

Open kulakilam opened 1 year ago

kulakilam commented 1 year ago

the floating window's height is 4, the number of lines above is 5, but the floating window still be under current line. image there is a gap of two lines height between the current line and the floating window. image

kulakilam commented 1 year ago

I opened a pull request to solve this issue #243