diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-07-17 22:15:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-07-17 22:15:47 +0800 |
commit | 73526cac46e085e2e0769007d0910dc833e3f630 (patch) | |
tree | ef2186ac2c773f5718981b0c27a97b8a88d4fdae /init.lua | |
parent | dda043def4ded78157919e52136f2a353ae0d519 (diff) |
Update
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') |