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
{{ message }}
This repository was archived by the owner on Nov 30, 2025. It is now read-only.
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.12.0-dev-1585+g70ea589d79
Operating system/version
Arch Linux
Describe the bug
When I open Neovim, nvim-java tries to download the latest version of nvim-java (0.40.1). It downloads correctly, but then it fails with
Link target "~/.local/share/nvim/mason/packages/java-test/extension/server/com.microsoft.java.test.plugin-0.43.1.jar" does not exist.It tries to download every time you open Neovim, so this window is popping for all NormalNvim users every time they open the code editor.
Steps To Reproduce
Expected Behavior
Either download correctly, or at least don't open the mason window on startup.