vimPlugins.nvim-java: failed to install with error Alias lua-async-await is still in vim-plugins
#374866
Open
3 tasks done
Labels
0.kind: bug
Something is broken
Nixpkgs version
Describe the bug
I am trying to setup nvim-java plugin on neovim with nixCats. However, when I try to run
home-manager switch --flake .
it fails witherror: Alias lua-async-await is still in vim-plugins
. I then tried to install it directly in home-manager withhome.packages
and it shows me the same error. Removing the package or installing a different vim plugin and it works fine.I searched up lua-async-await and it appears to be a vim plugin as well, which is packaged in the unstable channel without a maintainer. I try to install it out of curiosity and it also failed to install. I assume the problem is either in the nvim-java package or lua-async-await package.
Steps to reproduce
add
vimPlugins.nvim-java
inhome.packages
insidehome.nix
filerun
home-manager switch --flake .
I am using unstable as an overlay, so for me it looks like:
Expected behaviour
nvim-java plugin gets installed and does not throw error.
Screenshots
No response
Relevant log output
Additional context
I am running nixos 24.11 with unstable 25.05 as an overlay. Everything neovim related packages are installed with the unstable packages.
System metadata
"x86_64-linux"
Linux 6.6.71, NixOS, 24.11 (Vicuna), 24.11.20250115.e24b4c0
yes
yes
nix-env (Nix) 2.24.11
"nixos-24.05"
/nix/store/awsvw44jla0idziiks2zwgzslfd2dczn-source
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: