mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(scala): add key for worksheet hover
This commit is contained in:
parent
501ff40768
commit
9be7ef720a
1 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,13 @@ return {
|
||||||
end,
|
end,
|
||||||
desc = "Metals compile cascade",
|
desc = "Metals compile cascade",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>mh",
|
||||||
|
function()
|
||||||
|
require("metals").hover_worksheet()
|
||||||
|
end,
|
||||||
|
desc = "Metals hover worksheet",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
init_options = {
|
init_options = {
|
||||||
statusBarProvider = "off",
|
statusBarProvider = "off",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue