mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(nvim-jdtls): enable signature help
- Newer releases of JDTLS do not have by default signature help enabled
This commit is contained in:
parent
459a4c3b10
commit
e248d4091f
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ return {
|
|||
enabled = "all",
|
||||
},
|
||||
},
|
||||
signatureHelp = { enabled = true },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue