### Did you check docs and existing issues? - [x] I have read all the plugin docs - [x] I have searched the existing issues - [x] I have searched the existing issues of plugins related to this issue ### 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.` <img width="3831" height="2160" alt="Image" src="https://github.com/user-attachments/assets/fbfe236e-1ff3-4d69-af07-9b9eccde8b37" /> It tries to download every time you open Neovim, so this window is popping for all [NormalNvim](https://github.com/NormalNvim/NormalNvim) users every time they open the code editor. ### Steps To Reproduce 1. Update packages 2. Re-open Neovim ### Expected Behavior Either download correctly, or at least don't open the mason window on startup.
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.