We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9760abd commit ebb6d63Copy full SHA for ebb6d63
1 file changed
nvim/lua/plugins/specs/editor/snacks.lua
@@ -39,7 +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" }
+ { icon = " ", key = "M", desc = "Mason", action = ":Mason" },
43
44
45
sections = {
0 commit comments