Skip to content

Commit d5d4a84

Browse files
committed
chore: remove unused comment
1 parent 25678ff commit d5d4a84

File tree

1 file changed

+1
-1
lines changed
  • lua/one_monokai/highlights/groups

1 file changed

+1
-1
lines changed

lua/one_monokai/highlights/groups/mini.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local groups = {
1111
MiniStatuslineModeVisual = { fg = colors.dark_blue, bg = colors.purple, bold = true },
1212
MiniStatuslineModeCommand = { fg = colors.dark_blue, bg = colors.aqua, bold = true },
1313
MiniStatuslineModeReplace = { fg = colors.dark_blue, bg = colors.pink, bold = true },
14-
MiniStatuslineModeOther = { fg = colors.dark_blue, bg = colors.green, bold = true }, -- fallback
14+
MiniStatuslineModeOther = { fg = colors.dark_blue, bg = colors.green, bold = true },
1515

1616
MiniAnimateCursor = { reverse = true, nocombine = true },
1717
MiniAnimateNormalFloat = { link = "NormalFloat" },

0 commit comments

Comments
 (0)