nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[PLUGIN REQUEST] nvim-java

Open NikodemMarek opened this issue 1 year ago • 3 comments

Field Description
Plugin nvim-java
Homepage https://github.com/nvim-java/nvim-java
Nixpkgs false

Extra Information

NikodemMarek avatar Jun 29 '24 15:06 NikodemMarek

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 🤔

MattSturgeon avatar Jun 29 '24 15:06 MattSturgeon

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?

NikodemMarek avatar Jun 29 '24 15:06 NikodemMarek

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

traxys avatar Jun 29 '24 20:06 traxys

Opened https://github.com/NixOS/nixpkgs/pull/370865.

GaetanLepage avatar Jan 04 '25 14:01 GaetanLepage