-
|
Hey there, I'm coming from Neovim's native LSP client. When using the nvim-cmp plugin there, I can scroll through completion suggestions very quickly by holding down . When I try the same with coc-clangd, the scrolling feels extremely laggy - I can barely see any movement in the currently selected suggestion. I understand that CoC uses a different architecture, and that some delay is expected due to the extra step of communicating with the CoC server. I just want to confirm whether this is expected behavior, or if I might have something misconfigured on my end. Thanks in advance! 🙏 PS. this is my coc.lua: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
What's your |
Beta Was this translation helpful? Give feedback.
-
And btw. it doesn't matter which language server is used. E.g. I also observe these laggs, when editing lua files. |
Beta Was this translation helpful? Give feedback.
-
|
Ah, I had an flash of inspiration: When not running nvim inside tmux, everything suddenly runs smoothly. But I don't have any idea, why tmux is ruining the preformance there... |
Beta Was this translation helpful? Give feedback.
-
|
Another update:
After realizing today that the lag was caused by tmux, I killed my tmux session and restarted it - now everything seems to run smoothly. Great plugin! |
Beta Was this translation helpful? Give feedback.
Ah, I had an flash of inspiration: When not running nvim inside tmux, everything suddenly runs smoothly.
But I don't have any idea, why tmux is ruining the preformance there...