nix-community / nixvim

Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
https://nix-community.github.io/nixvim
MIT License
1.57k stars 243 forks source link

[PLUGIN REQUEST] nvim-java #1780

Open NikodemMarek opened 2 months ago

NikodemMarek commented 2 months ago
Field Description
Plugin nvim-java
Homepage https://github.com/nvim-java/nvim-java
Nixpkgs false

Extra Information

-

MattSturgeon commented 2 months ago

Is this plugin just an alternative provider for jdtls?

Slightly confusing that the initial notice says not to install nvim-jdtls, yet the rest of the docs talk about how most configuration should be passed to lspconfig's jdtls 🤔

NikodemMarek commented 2 months ago

I think it uses jdtls as a lsp, and provides additional functionality, like dap and testing, on top of it. So jdtls is built in, and should not be installed as a standalone plugin?

traxys commented 2 months ago

Yeah I think it's a bit like rustacean.nvim