doctorfree / nvim-lazyman

Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
https://lazyman.dev
MIT License
263 stars 8 forks source link

lazyman does not work if bob is not present #69

Closed verajosemanuel closed 3 months ago

verajosemanuel commented 3 months ago

Tried installing Lazyman with an existing Nvim previously configured to my liking i want to preserve. I cloned the repository and executed:

$HOME/.config/nvim-Lazyman/lazyman.sh -Z

Seems to be installed ok but then when executing lazyman:

The used file required for bob could not be found. This could mean that Neovim is not installed through bob

system is WSL2 ubuntu. I do not use bob as i just stick to latest stable version. is there any way to overcome this requirement?

regards

doctorfree commented 3 months ago

@verajosemanuel Thanks for the report. That message is coming from Bob.

Can you check if Bob is installed and remove it if so?

I will check on my end to see how and why Bob would get installed when initializing with -Z.

verajosemanuel commented 3 months ago

that did the trick. Bob was installed but unused. Thanks

verajosemanuel commented 3 months ago

removing bob lead to the same error. Seems that lazyman needs it somewhere. https://github.com/doctorfree/nvim-lazyman/issues/70