mirror of https://github.com/folke/lazy.nvim.git
fix(ui): keymap for building a single plugin changed from `b` to `gb`. Fixes #358
This commit is contained in:
parent
4304035ef4
commit
e6ee0fa610
|
@ -144,7 +144,7 @@ M.commands = {
|
||||||
id = 13,
|
id = 13,
|
||||||
plugins = true,
|
plugins = true,
|
||||||
plugins_required = true,
|
plugins_required = true,
|
||||||
key_plugin = "b",
|
key_plugin = "gb",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue