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 18184f5 commit f4d959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/java/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ return {
filetypes = { "java" },
on_attach = function(client, bufnr)
require("jdtls").setup_dap { hotcodereplace = "auto" }
require("astronvim.utils.lsp").on_attach(client, bufnr)
require("astrolsp").on_attach(client, bufnr)
end,
}

Expand Down

0 comments on commit f4d959e

Please sign in to comment.