aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-07-17 22:15:47 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-07-17 22:15:47 +0800
commit73526cac46e085e2e0769007d0910dc833e3f630 (patch)
treeef2186ac2c773f5718981b0c27a97b8a88d4fdae /init.lua
parentdda043def4ded78157919e52136f2a353ae0d519 (diff)
Update
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')