1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 09:40:54 +01:00

remove conflicting mappings | ()

This commit is contained in:
siduck 2022-05-22 20:22:08 +05:30
parent b159d4e398
commit bdf45a447a

View file

@ -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,