ray-x / lsp_signature.nvim

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

Fix cursorhold_update Configuration Handling in lsp_signature.nvim #333

Closed YuCao16 closed 1 month ago

YuCao16 commented 3 months ago

Hello @ray-x,

I come from Issue #298. I encountered a problem while trying to apply the solution suggested in this issue. Specifically, I found that the configuration option cursorhold_update = false does not work as expected. The root cause appears to be that the autocmd is defined before the user's configuration is applied, resulting in the default settings being used.

Please review the changes and provide feedback. Additionally, it would be great if you could take a look at Issue #298 to confirm if there might be other underlying issues.