From 013d70b8fc655e8f7cc010c451d8f2be658aaa11 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Aug 2023 22:13:02 -0600 Subject: add split navigation kb --- lua/plugins/lsp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index fdb0bda..2945003 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -51,8 +51,8 @@ return { nmap('ws', require('telescope.builtin').lsp_dynamic_workspace_symbols, '[W]orkspace [S]ymbols') -- See `:help K` for why this keymap - nmap('K', vim.lsp.buf.hover, 'Hover Documentation') - nmap('', vim.lsp.buf.signature_help, 'Signature Documentation') + nmap('k', vim.lsp.buf.hover, 'Hover Documentation') + nmap('K', vim.lsp.buf.signature_help, 'Signature Documentation') -- Lesser used LSP functionality nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') -- cgit v1.2.3-54-g00ecf