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))
|
||||
end
|
||||
|
||||
if client.supports_method('inlayHintProvider') then
|
||||
if client:supports_method('inlayHintProvider') then
|
||||
vim.keymap.set(
|
||||
'n',
|
||||
'<space>i',
|
||||
|
||||
Reference in New Issue
Block a user