Fix conflicting keymaps

This commit is contained in:
Markus Ullmann 2023-09-27 10:35:02 +02:00 committed by Markus Ullmann
parent e8ef12076d
commit 20feb4b1d5
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ local on_attach = function(_, bufnr)
-- See `:help K` for why this keymap
nmap('K', vim.lsp.buf.hover, 'Hover Documentation')
nmap('<C-k>', vim.lsp.buf.signature_help, 'Signature Documentation')
nmap('<leader>k', vim.lsp.buf.signature_help, 'Signature Documentation')
-- Lesser used LSP functionality
nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')