Skip to content

Commit

Permalink
feat(pack): enable hot reloading in java and show java lsp progress (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu authored and Uzaaft committed Aug 13, 2023
1 parent 575ad46 commit 282015a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions lua/astrocommunity/pack/java/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ return {
},
},
handlers = {
["language/status"] = function()
-- print(result)
end,
["$/progress"] = function()
-- disable progress updates.
end,
Expand Down

0 comments on commit 282015a

Please sign in to comment.