Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cursorhold_update Configuration Handling in lsp_signature.nvim #333

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

YuCao16
Copy link
Contributor

@YuCao16 YuCao16 commented Jul 24, 2024

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.

Copy link
Owner

@ray-x ray-x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ray-x ray-x merged commit e0092bc into ray-x:master Sep 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants