commit 87f12cc125153a0bc21d0177373cc67088a51564
parent 6bf4ac86a8eaedd0b9326595af06df7f6b9c9e80
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Tue, 30 Apr 2024 15:45:31 -0400
options.lua: add lazy command to which-key config
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/lua/options.lua b/lua/options.lua
@@ -18,6 +18,10 @@ wk.register({
"<cmd>NnnExplorer<cr>",
"Open NNN (embedded)",
},
+ l = {
+ "<cmd>Lazy<cr>",
+ "Open Lazy",
+ },
}, { prefix = "<leader>" })
local has_words_before = function()
unpack = unpack or table.unpack