nvim hover hotkey
This commit is contained in:
@ -180,4 +180,8 @@ which_key.register({
|
|||||||
"<cmd>lua vim.lsp.buf.signature_help()<CR>",
|
"<cmd>lua vim.lsp.buf.signature_help()<CR>",
|
||||||
"Signature help",
|
"Signature help",
|
||||||
},
|
},
|
||||||
|
["K"] = {
|
||||||
|
"<cmd>lua vim.lsp.buf.hover()<CR>",
|
||||||
|
"Signature help",
|
||||||
|
},
|
||||||
}, {})
|
}, {})
|
||||||
|
|||||||
Reference in New Issue
Block a user