fixed deprecated msg

This commit is contained in:
Oliver Hartmann
2026-03-30 12:10:14 +00:00
parent a3238c8b90
commit b93a7de5ab

View File

@@ -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',