disable key

This commit is contained in:
Ray Andrew 2023-09-01 01:48:01 -05:00
parent 8ef8f1a784
commit a15445bf55
No known key found for this signature in database
GPG key ID: E2E8D63137DD489E

View file

@ -658,7 +658,7 @@ return {
nmap("<leader>rn", function() vim.lsp.buf.rename() end, "Rename")
nmap("K", function() vim.lsp.buf.hover() end, "Hover")
nmap("<C-k>", function() vim.lsp.buf.signature_help() end, "Signature Help")
-- nmap("<C-k>", function() vim.lsp.buf.signature_help() end, "Signature Help")
nmap("gD", function() vim.lsp.buf.declaration() end, "Goto Declaration")
nmap('<leader>wl', function()