We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c239e0 commit 9760abdCopy full SHA for 9760abd
1 file changed
nvim/lua/plugins/specs/editor/snacks.lua
@@ -39,6 +39,7 @@ return {
39
enabled = package.loaded.lazy ~= nil,
40
},
41
{ icon = " ", key = "q", desc = "Quit", action = ":qa" },
42
+ { icon = " ", key = "M", desc = "Mason", action = ":Mason" }
43
44
45
sections = {
0 commit comments