mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 08:34:41 +02:00
plugins/nvim-jdtls: use jdtLanguageServerPackage option
This commit is contained in:
parent
b42d4588ae
commit
61be7a6eed
2 changed files with 23 additions and 15 deletions
|
@ -3,7 +3,7 @@
|
|||
example = {
|
||||
plugins.nvim-jdtls = {
|
||||
enable = true;
|
||||
|
||||
jdtLanguageServerPackage = null;
|
||||
cmd = [
|
||||
"${pkgs.jdt-language-server}/bin/jdt-language-server"
|
||||
"-data"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue