We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fc6d9 commit 4fdcc29Copy full SHA for 4fdcc29
lua/plugins/lsp.lua
@@ -49,7 +49,7 @@ vim.api.nvim_create_autocmd('LspAttach', {
49
local client = vim.lsp.get_client_by_id(args.data.client_id)
50
assert(client) -- check client is not nil
51
if client.server_capabilities.inlayHintProvider then
52
- vim.lsp.inlay_hint.enable(true, { bufnr = args.buf })
+ vim.lsp.inlay_hint.enable(true)
53
end
54
55
vim.lsp.document_color.enable(true, args.buf, { style = 'virtual' })
0 commit comments