lsp_signature.nvim
lsp_signature.nvim copied to clipboard
[BUG] persistent text on multiline parameters
When you break a line to write the parameters the float box stays in place even after going back to normal mode. Going in and out of insert mode makes it dissapear.
https://user-images.githubusercontent.com/22626848/129807184-91c067b5-9050-4f90-af66-7f32918c739a.mp4
I'm using Neovim 0.5.0 with Lunarvim 0.5.1
It seems it was something to do with neovim's default python indentator. By installing this plugin i was able to remove that weird 2x indentation on the closing parenthesis, and now the lsp_sig box does not glitch out when doing multi line parameters, the problem now is that it doesn't even show up anymore, it shows only when it is in the same line.
I have this same issue with C++.
I saw this issue randomly. Did not have a solid way to reproduce yet.