From 69e92a1b9529464a5b1b8f69e8655f2044e08593 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 21 Aug 2024 21:20:54 +0200 Subject: [PATCH] Enable jdtls LSP for java --- lua/plugins/nvim-lspconfig.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/nvim-lspconfig.lua b/lua/plugins/nvim-lspconfig.lua index 53047b2..3598b04 100644 --- a/lua/plugins/nvim-lspconfig.lua +++ b/lua/plugins/nvim-lspconfig.lua @@ -171,6 +171,7 @@ return { -- LSP Configuration & Plugins pyright = {}, rust_analyzer = {}, zls = {}, + jdtls = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: