ray-x / lsp_signature.nvim

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

Sometimes the signature doesn't disappear in normal mode #255

Open kiyoon opened 1 year ago

kiyoon commented 1 year ago

I don't know when it exactly happens, but sometimes the signature doesn't disappear although I'm in a normal mode. In this case I need to go back to insert mode and normal mode again to make it disappear.

image

How should I debug it and any idea of the potential cause?

ray-x commented 1 year ago

I think it is related to the check timer. I saw this recently as well for lua. Will keep you posted once I got the fix.

kiyoon commented 1 year ago

Thank you so much!

ray-x commented 1 year ago

Btw, what is the updatetime setup in your vimrc? If it is default 4s, could you update it to 500ms and check if this issue still occurs?

kiyoon commented 1 year ago

I think I was using the default. I just set it to 500 and I'll let you know!

kiyoon commented 1 year ago

Until now I didn't face the issue so I guess ot works well with 500 updatetime

kiyoon commented 1 year ago

image

I still have this problem. Maybe it happens when I move too fast within the updatetime.