summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-30 22:19:05 -0400
committerSquibid <me@zacharyscheiman.com>2023-04-30 22:19:05 -0400
commit1e3b85db555e7f158737bd3e4d93b33e78fd1785 (patch)
tree2370c6a85c6a0fb4a62d60294a0fa0cc1760f950 /lua/core/plugins.lua
parent9086a26857bf1add64c42856e346df937fd78e7c (diff)
downloadnvim-1e3b85db555e7f158737bd3e4d93b33e78fd1785.tar.gz
nvim-1e3b85db555e7f158737bd3e4d93b33e78fd1785.tar.bz2
nvim-1e3b85db555e7f158737bd3e4d93b33e78fd1785.zip
add more instructions on how to install the jdtls lsp client
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r--lua/core/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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',