chore(lsp): remove signature help <C-k> mapping

This commit is contained in:
Simon Lasbrugnas 2024-09-20 14:18:44 +02:00
parent fceb4c35c6
commit 45d0c63094
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -69,9 +69,6 @@ return {
event = "VeryLazy",
opts = {},
config = function(_, opts) require 'lsp_signature'.setup(opts) end,
keys = {
{ "<C-k>", function() vim.lsp.buf.signature_help() end, desc = "Toggle Signature Help" },
},
},
-- Supermaven (copilot)
{