-
Notifications
You must be signed in to change notification settings - Fork 40
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
autocmd CursorHold stopped working #44
Comments
Thanks for the report! I can reproduce this issue, so some bug was introduced... |
Part of this is that the |
Another interesting thing: If I manually trigger the |
Ah, and further if I run |
Ok - for some reason, having the timer run prevents |
@andrewrynhard I think this is caused by neovim/neovim#12587, which means that we need to rethink @joshuachp's timer-based design or have this plugin break |
I've fixed the issue with |
Thanks for digging into this @wbthomason. |
Hmm, still not working for me FWIW. |
@andrewrynhard: right - as I said, we're blocked by neovim/neovim#12587 and waiting for a bit to see if it gets fixed. The part I fixed is the diagnostics counts being displayed in the statusline component; |
Sorry, I missed that. I thought it was an |
I was trying out an idea of stopping the timer when there is no update from the server. So the I warn you, the code is awful and just for testing 😅 |
Hello 👋🏻 . I am coming back to
nvim
after some years away (never really was a power user) so forgive me if I am making a silly mistake. Really appreciate all that the Neovim community is doing lately with Lua. Feels great to get away from the heavy feeling of VScode.Before #43 was merged the following
autocmd
worked:I could be missing something simple, but as far as I can tell (looking at a number of examples out there) there is nothing silly I am missing like my comment here.
The text was updated successfully, but these errors were encountered: