From b93a7de5ab038fd13d1b8dcfa60d8a5d421df582 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 30 Mar 2026 12:10:14 +0000 Subject: [PATCH] fixed deprecated msg --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 75cb144..9106561 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -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', 'i',