fixed deprecated msg
This commit is contained in:
@@ -20,7 +20,7 @@ local lspKeys = function(client, bufnr)
|
|||||||
vim.keymap.set(map.mode, map.key, map.fn, opts(map.desc))
|
vim.keymap.set(map.mode, map.key, map.fn, opts(map.desc))
|
||||||
end
|
end
|
||||||
|
|
||||||
if client.supports_method('inlayHintProvider') then
|
if client:supports_method('inlayHintProvider') then
|
||||||
vim.keymap.set(
|
vim.keymap.set(
|
||||||
'n',
|
'n',
|
||||||
'<space>i',
|
'<space>i',
|
||||||
|
|||||||
Reference in New Issue
Block a user