ray-x / lsp_signature.nvim

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

helper: forbid the overlap on top lines #264

Closed Fildo7525 closed 1 year ago

Fildo7525 commented 1 year ago

In case we are on top two lines and the signature help is triggered we do not want to show the signature on current line and overlap it.

ray-x commented 1 year ago

Just one question, is there a reason you need to prevent overlapping top lines?

Fildo7525 commented 1 year ago

Yes, I cannot see what I am writing if the offset is 0.