You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## versions
vim version: VIM - Vi IMproved 9.1 9011336
node version: v22.14.0
coc.nvim version: 0.0.82-317e12e 2025-04-22 23:46:55 +0800
coc.nvim directory: C:\Users\Linwei\.vim\bundles\coc.nvim
term: undefined
platform: win32
## Log of coc.nvim
2025-04-29T08:26:22.813 INFO (pid:32564) [extension:coc-git] - Looking for git in: git
2025-04-29T08:26:22.865 INFO (pid:32564) [plugin] - coc.nvim initialized with node: v22.14.0 after 407
2025-04-29T08:26:22.928 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:27.162 INFO (pid:32564) [services] - LanguageClient clangd state change: stopped => starting
2025-04-29T08:26:27.168 INFO (pid:32564) [language-client-index] - Language server "languageserver.clangd" started with 36740
2025-04-29T08:26:27.241 INFO (pid:32564) [services] - LanguageClient clangd state change: starting => running
2025-04-29T08:26:27.245 INFO (pid:32564) [services] - service languageserver.clangd started
2025-04-29T08:26:27.916 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:29.282 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:30.439 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:30.930 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:31.280 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:36.225 INFO (pid:32564) [attach] - receive notification: highlight []
2025-04-29T08:26:39.423 INFO (pid:32564) [attach] - receive notification: showInfo []
Describe the bug
coc.nvim becomes laggy and unresponsive recently. when typing in the INSERT mode,
noticeable delay can be found between pressing a key and the key got displayed.
Upgrade to latest release, chemzqm were working on performance improvements on Vim9 this month.
Have you enabled semanticTokens.enable? Clangd server will produce lots of tokens to highlight, disable the semanticTokens highlighting, or increase g:coc_highlight_maximum_count and try again.
Seems caused by too many highlights with coc#highlight#add_highlights, can you test if using configuration "suggest.enableFloat": false or "suggest.autoTrigger": "none" helps?
Result from CocInfo
Describe the bug
coc.nvim becomes laggy and unresponsive recently. when typing in the INSERT mode,
noticeable delay can be found between pressing a key and the key got displayed.
profiling result:
Reproduce the bug
We will close your issue when you don't provide minimal vimrc and we can't
reproduce it
mini.vim
with:Start (neo)vim with command:
vim -u mini.vim
Operate vim.
Screenshots (optional)
The text was updated successfully, but these errors were encountered: