chore(lsp): remove signature help <C-k> mapping
This commit is contained in:
parent
fceb4c35c6
commit
45d0c63094
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue