fix(nvim): make nvim-java
hover work
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m9s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m9s
This commit is contained in:
parent
248d3353ed
commit
ce3b31dbb0
@ -167,6 +167,12 @@ return {
|
||||
require("lspconfig").jdtls.setup({
|
||||
capabilities = lsp_capabilities,
|
||||
on_attach = on_attach,
|
||||
init_options = {
|
||||
extendedClientCapabilities = {
|
||||
-- Have to disable this to make jdtls actually show hovers lol
|
||||
clientHoverProvider = false,
|
||||
},
|
||||
},
|
||||
settings = {
|
||||
java = {
|
||||
inlayHints = {
|
||||
|
Loading…
Reference in New Issue
Block a user