Update whichkey config to new version
This commit is contained in:
parent
9b2d29a3a3
commit
d1f835ff1c
@ -15,26 +15,30 @@ return {
|
|||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
wk.register({
|
wk.add({
|
||||||
["<leader>"] = {
|
{
|
||||||
l = {
|
"<leader>d",
|
||||||
name = "+LSP"
|
group = "Debug"
|
||||||
},
|
},
|
||||||
x = {
|
{
|
||||||
name = "+Trouble"
|
"<leader>f",
|
||||||
|
group = "Find"
|
||||||
},
|
},
|
||||||
o = {
|
{
|
||||||
name = "+Overseer"
|
"<leader>l",
|
||||||
|
group = "LSP"
|
||||||
},
|
},
|
||||||
d = {
|
{
|
||||||
name = "+Debug"
|
"<leader>o",
|
||||||
|
group = "Overseer"
|
||||||
},
|
},
|
||||||
f = {
|
{
|
||||||
name = "+Find"
|
"<leader>s",
|
||||||
},
|
group = "Session"
|
||||||
s = {
|
|
||||||
name = "+Session"
|
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>x",
|
||||||
|
group = "Trouble"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user