From 282015a61daaf0fd40fa76746fa09298583faf43 Mon Sep 17 00:00:00 2001 From: Jay Patel <36803168+jay-babu@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:10:02 -0400 Subject: [PATCH] feat(pack): enable hot reloading in java and show java lsp progress (#504) --- lua/astrocommunity/pack/java/README.md | 1 + lua/astrocommunity/pack/java/init.lua | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/astrocommunity/pack/java/README.md b/lua/astrocommunity/pack/java/README.md index e3baa3d03..25f886209 100644 --- a/lua/astrocommunity/pack/java/README.md +++ b/lua/astrocommunity/pack/java/README.md @@ -11,5 +11,6 @@ This plugin pack does the following: - Adds `jdtls` language server - Adds `lemminx` language server (XML) - Adds [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) for language specific tooling + - Enables [hot reloading](https://github.com/mfussenegger/nvim-jdtls/issues/80) - Adds `clang_format` through null-ls - Adds `javadbg` and `javatest` debug adapters for nvim-dap diff --git a/lua/astrocommunity/pack/java/init.lua b/lua/astrocommunity/pack/java/init.lua index 3e9b611f6..251121274 100644 --- a/lua/astrocommunity/pack/java/init.lua +++ b/lua/astrocommunity/pack/java/init.lua @@ -98,9 +98,6 @@ return { }, }, handlers = { - ["language/status"] = function() - -- print(result) - end, ["$/progress"] = function() -- disable progress updates. end,