MordechaiHadad / bob

A version manager for neovim
MIT License
1.41k stars 36 forks source link

The nightly build of Neovim downloaded with Bob 3.0.0 is using 99% CPU on UNIX #222

Closed xx957061 closed 3 months ago

xx957061 commented 3 months ago

When I use Bob 2.9.1 or other package managers to download, I don't have this issue

Screenshot 2024-06-14 at 5 55 11 AM

MordechaiHadad commented 3 months ago

Can you run nvim --&bob (although I am not sure why this would matter)

MordechaiHadad commented 3 months ago

@By1000101 Should be fixed now, steps to check if it works on your end:

  1. Get new bob binary, either by getting the artifact from the PR CI/building bob from source
  2. Copy the binary into bob/nvim-bin and rename it to nvim
  3. Run neovim and check the cpu usage.
xx957061 commented 3 months ago

The PR fixed the issue of high CPU usage. Now, the CPU usage of Neovim is normal. Thank you!