Is it possible that vim9 release is disfunctional with coc.nvim? #3905
-
Is it possible that the vim9 release is dysfunctional with coc.nvim? Homebrew released vim9 2 days ago, and since then, whenever I have a file like a .json document or a .tf HCL document loaded and when I am in Insert or Append mode, I have an issue with inserting a newline. When I press RETURN to start a new line, the CPU will go to 100% on a single core, and VIM will appear locked up until I hit I am just wondering. I've not had a lot of time to debug. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
What's your coc.nvim Tested with coc.nvim master/release on Vim 9.0, works ok
|
Beta Was this translation helpful? Give feedback.
-
Definitely not master :). Running from I guess I should give that a shot.
|
Beta Was this translation helpful? Give feedback.
-
Actually, I have to retract my statement about the problem being gone. It's just manifesting differently. I'm not able to identify the specific causes now, but if the conditions are right, attempting to end a line and start a new line will cause the CPU to peg to 99/10-0 (1 core) and I have to C-c to regain control of the vim9.0.0 process. Ill have to put some more time into debugging sometime in the near future. |
Beta Was this translation helpful? Give feedback.
-
To see what function block your vim, checkout |
Beta Was this translation helpful? Give feedback.
What's your coc.nvim
:CocInfo
?Tested with coc.nvim master/release on Vim 9.0, works ok