aboutsummaryrefslogtreecommitdiffhomepage
path: root/nvim.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-10-12 09:27:21 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-10-12 09:27:42 +0800
commitb7f93488f5eac19a7e42083f2b40dd3af76043a5 (patch)
tree3125d7bd4302ee3f0afbab731fcd3f854155296f /nvim.lua
parentaa2a7f3b1d4a899107a9a592e8a7255da49a9735 (diff)
Update
Diffstat (limited to 'nvim.lua')
-rw-r--r--nvim.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim.lua b/nvim.lua
index 9710a2d..f52bfaf 100644
--- a/nvim.lua
+++ b/nvim.lua
@@ -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')