nvim hover hotkey

This commit is contained in:
Nikita Bykov
2024-01-14 15:47:42 +05:00
parent a85f10245b
commit 67228afe94

View File

@ -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",
},
}, {}) }, {})