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