mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
== true
This commit is contained in:
parent
ee7c8b1f35
commit
3c4dd57c88
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ return {
|
|||
capabilities = LazyVim.has("cmp-nvim-lsp") and require("cmp_nvim_lsp").default_capabilities() or nil,
|
||||
}, opts.jdtls)
|
||||
|
||||
if opts.enableInlayHints then
|
||||
if opts.enableInlayHints == true then
|
||||
local inlayHintsConfig = function()
|
||||
local extendedClientCapabilities = require("jdtls").extendedClientCapabilities
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue