remove conflicting mappings | (#1119)

This commit is contained in:
siduck 2022-05-22 20:22:08 +05:30
parent b159d4e398
commit bdf45a447a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ M.lspconfig = {
" lsp implementation",
},
["<C-k>"] = {
["<leader>ls"] = {
function()
vim.lsp.buf.signature_help()
end,