-
-
Notifications
You must be signed in to change notification settings - Fork 960
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
A large amount of calls to redraw make rendering slow #4681
Comments
The overall profile is:
|
Seems the slowdown is due to coc.nvim eagerly calling
Making moving unusably slow. Is there a way to redraw less often? |
I also notice a slowdown when the language server is reporting errors. |
Try comment out that The |
On neovim 0.9.1, latest release checkout seems very slow for basic editing with autocompletion, I went back to 69f954e which seems considerably faster.
I have relatively minimal vimrc, using clangd as an LSP.
The only thing which jumps out in the profile after editing for a while is this function:
Not sure if that's helpful, but hopefully it not just me.
The text was updated successfully, but these errors were encountered: