From fb959a45928aef7b6b08011011ddf24448723c67 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Mon, 7 Oct 2024 19:11:15 +0200 Subject: [PATCH] feat(neovim): add jdt language server --- modules/home-manager/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 1e67eed..2f84667 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -27,6 +27,7 @@ marksman # language server for markdown markdownlint-cli2 # fast, flexible, configuration-based command-line interface for linting markdown/commonmark files with the markdownlint library mdformat # commonmark compliant markdown formatter + jdt-language-server # java language server ]; programs.neovim = {