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,