junnplus / lsp-setup.nvim

A simple wrapper for nvim-lspconfig and mason-lspconfig to easily setup LSP servers.
Apache License 2.0
225 stars 12 forks source link

Fixes table name for inlay_hint function #55

Closed anchorite closed 10 months ago

anchorite commented 1 year ago

The inlay_hint function is in the vim.lsp table, not the vim.lsp.buf one. See :help vim.lsp.inlay_hint for more information.

junnplus commented 10 months ago

Thanks!

anchorite commented 10 months ago

Looks like this interface again changed with this commit. I'll make a new PR with the required change.

anchorite commented 10 months ago

Looks like this interface again changed with this commit. I'll make a new PR with the required change.

Just saw that it is already fixed to use the new API :) Thanks!