neovim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b809d5510327b819b4a7b340425e2aaebcf0537c
parent 569689f1ce048f400e64ae3e6d062b9760d46db8
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Tue, 30 Apr 2024 17:32:53 -0400

whichkey.lua: add mason command; fix formatting

Diffstat:
Mlua/whichkey.lua | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lua/whichkey.lua b/lua/whichkey.lua @@ -18,6 +18,10 @@ wk.register({ }, e = { "<cmd>NnnPicker<cr>", - "Open NNN Picker" + "Open NNN Picker", + }, + m = { + "<cmd>Mason<cr>", + "Mason", }, }, { prefix = "<leader>" })