This commit is contained in:
Fernando Bueno 2023-11-23 23:17:18 -05:00
parent 134db84aba
commit 320d30d54f
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ local on_attach = function(_, bufnr)
nmap('<leader>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('K', vim.lsp.buf.hover, 'Hover Documentation')
nmap('<C-k>', vim.lsp.buf.signature_help, 'Signature Documentation')
-- Lesser used LSP functionality