ray-x / lsp_signature.nvim

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

Fix virtual text doesn't show #247

Closed kulakilam closed 1 year ago

kulakilam commented 1 year ago

when current line is the first line of current window(lines_above = 0), the value of show_at is still cur_line - 1, it should be changed to cur_line. and new code is compatible with the old code which is when current line is the first line of buffer, show_at = 0. #241