Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.5
Operating system/version
MacOS 26.1
Describe the bug
Hello! Thanks so much for making this plugin. I'm using this for a school project on a new machine and I'm getting this error
No downloader available (wget or powershell not found)
Presumably from factory.lua
I'm on macOS and I don't have wget by default on my machine. I haven't dove into what this file is for but I'm sure we can use a macOS alternative. I will take another look at this tomorrow evening, and maybe I will be able to push a fix, but wanted to flag here in case an easy solution jumped out to somebody.
Steps To Reproduce
- On macOS using lazyvim, add the lazyvim install instructions from the README to your vim config
- An error will be thrown when trying to set up the plugin because
wget is missing
Expected Behavior
The plugin should complete it's installation and start up a Java development environment
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.5
Operating system/version
MacOS 26.1
Describe the bug
Hello! Thanks so much for making this plugin. I'm using this for a school project on a new machine and I'm getting this error
Presumably from factory.lua
I'm on macOS and I don't have wget by default on my machine. I haven't dove into what this file is for but I'm sure we can use a macOS alternative. I will take another look at this tomorrow evening, and maybe I will be able to push a fix, but wanted to flag here in case an easy solution jumped out to somebody.
Steps To Reproduce
wgetis missingExpected Behavior
The plugin should complete it's installation and start up a Java development environment