diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ local on_attach = function(_, bufnr) | |||
421 | 421 | ||
422 | -- See `:help K` for why this keymap | 422 | -- See `:help K` for why this keymap |
423 | nmap('K', vim.lsp.buf.hover, 'Hover Documentation') | 423 | nmap('K', vim.lsp.buf.hover, 'Hover Documentation') |
424 | nmap('<C-k>', vim.lsp.buf.signature_help, 'Signature Documentation') | 424 | nmap('<leader>k', vim.lsp.buf.signature_help, 'Signature Documentation') |
425 | 425 | ||
426 | -- Lesser used LSP functionality | 426 | -- Lesser used LSP functionality |
427 | nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') | 427 | nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') |