nvim: lsp: Fix argument ordering to on_attach for inlay hint
This commit is contained in:
parent
0b831f0f73
commit
8e8f6110e5
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ local on_attach = function(client, bufnr)
|
|||
end
|
||||
end
|
||||
|
||||
inlay_hint.on_attach(bufnr, client)
|
||||
inlay_hint.on_attach(client, bufnr)
|
||||
end
|
||||
|
||||
local on_init = function(client)
|
||||
|
|
Loading…
Reference in a new issue