Skip to content

Commit

Permalink
fix(nvim)!: follow upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
registerGen committed Nov 12, 2023
1 parent 3e99159 commit e58cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugincfg/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ M.config = function()

-- Enable inlay hints if the server support this
if caps.inlayHintProvider then
vim.lsp.inlay_hint(args.buf, true)
vim.lsp.inlay_hint.enable(args.buf)
end
end,
})
Expand Down

0 comments on commit e58cb8f

Please sign in to comment.