signature_help() keymap
This commit is contained in:
parent
e845ccea93
commit
c7d38120a9
|
@ -69,6 +69,8 @@ return { -- LSP Configuration & Plugins
|
|||
-- See `:help K` for why this keymap
|
||||
map("K", vim.lsp.buf.hover, "Hover Documentation")
|
||||
|
||||
map("L", vim.lsp.buf.signature_help, "Signature Help")
|
||||
|
||||
-- WARN: This is not Goto Definition, this is Goto Declaration.
|
||||
-- For example, in C this would take you to the header
|
||||
map("gD", vim.lsp.buf.declaration, "[G]oto [D]eclaration")
|
||||
|
|
Loading…
Reference in New Issue