From 1e3b85db555e7f158737bd3e4d93b33e78fd1785 Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Sun, 30 Apr 2023 22:19:05 -0400
Subject: add more instructions on how to install the jdtls lsp client

---
 lua/core/plugins.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lua/core')

diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 18e16e6..5be7755 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -89,7 +89,7 @@ require 'dep' {
   { 'folke/trouble.nvim' },
 
   -- optional language specific lsp's
-  -- { 'mfussenegger/nvim-jdtls' },
+  -- { 'mfussenegger/nvim-jdtls' }, -- java lsp server
 
   -- dap ----------------------------------------------------------------------
   { 'mfussenegger/nvim-dap',
-- 
cgit v1.2.1