disable key
This commit is contained in:
parent
8ef8f1a784
commit
a15445bf55
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ return {
|
||||||
nmap("<leader>rn", function() vim.lsp.buf.rename() end, "Rename")
|
nmap("<leader>rn", function() vim.lsp.buf.rename() end, "Rename")
|
||||||
|
|
||||||
nmap("K", function() vim.lsp.buf.hover() end, "Hover")
|
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("gD", function() vim.lsp.buf.declaration() end, "Goto Declaration")
|
||||||
nmap('<leader>wl', function()
|
nmap('<leader>wl', function()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue