diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-10-12 09:27:21 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-10-12 09:27:42 +0800 |
commit | b7f93488f5eac19a7e42083f2b40dd3af76043a5 (patch) | |
tree | 3125d7bd4302ee3f0afbab731fcd3f854155296f /nvim.lua | |
parent | aa2a7f3b1d4a899107a9a592e8a7255da49a9735 (diff) |
Update
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') |