aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index bcdfd21..0f7d550 100644
--- a/init.lua
+++ b/init.lua
@@ -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')