remove conflicting mappings | (#1119)
This commit is contained in:
parent
b159d4e398
commit
bdf45a447a
|
@ -129,7 +129,7 @@ M.lspconfig = {
|
||||||
" lsp implementation",
|
" lsp implementation",
|
||||||
},
|
},
|
||||||
|
|
||||||
["<C-k>"] = {
|
["<leader>ls"] = {
|
||||||
function()
|
function()
|
||||||
vim.lsp.buf.signature_help()
|
vim.lsp.buf.signature_help()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue