diff options
Diffstat (limited to 'nvim.lua')
-rw-r--r-- | nvim.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -464,7 +464,7 @@ local on_attach = function(_, bufnr) | |||
464 | 464 | ||
465 | -- See `:help K` for why this keymap | 465 | -- See `:help K` for why this keymap |
466 | nmap('K', vim.lsp.buf.hover, 'Hover Documentation') | 466 | nmap('K', vim.lsp.buf.hover, 'Hover Documentation') |
467 | nmap('<C-k>', vim.lsp.buf.signature_help, 'Signature Documentation') | 467 | -- nmap('<C-k>', vim.lsp.buf.signature_help, 'Signature Documentation') |
468 | 468 | ||
469 | -- Lesser used LSP functionality | 469 | -- Lesser used LSP functionality |
470 | nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') | 470 | nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') |