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 12, 2023
1 parent d57c5ed commit 1be325c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astrocommunity/pack/java/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ return {
},
filetypes = { "java" },
on_attach = function(client, bufnr)
require("jdtls").setup_dap()
require("astrolsp").on_attach(client, bufnr)
require("jdtls").setup_dap { hotcodereplace = "auto" }
require("astronvim.utils.lsp").on_attach(client, bufnr)
end,
}

Expand Down

0 comments on commit 1be325c

Please sign in to comment.