ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.02k stars 57 forks source link

lsp_signature will change text on cursor hold #211

Closed phush0 closed 2 years ago

phush0 commented 2 years ago

When I use lsp_signature together with FixCursorHold.nvim, I see strange behavior: when cursor hold's on identifier word bellow it will become BOLD:

how it should be Screenshot from 2022-08-11 14-11-20 how it is: Screenshot from 2022-08-11 14-12-08

problem is that it will stay BOLD even after move. If I disable one of the plugins problem disappear.

Here is discussion about CursorHold problem in Neovim: CursorHold

Latest master neovim-git Arch Linux

phush0 commented 2 years ago

it is config problem