feat(scala): add key for worksheet hover

This commit is contained in:
István Donkó 2024-06-29 12:30:19 +02:00 committed by GitHub
parent 501ff40768
commit 9be7ef720a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,13 @@ return {
end,
desc = "Metals compile cascade",
},
{
"<leader>mh",
function()
require("metals").hover_worksheet()
end,
desc = "Metals hover worksheet",
},
},
init_options = {
statusBarProvider = "off",