Skip to content

Commit

Permalink
chore(mini.indentscope): simplify inline expression
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 14, 2023
1 parent 54002a1 commit 80ac693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/mini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function M.get()
MiniCursorword = { style = { "underline" } },
MiniCursorwordCurrent = { style = { "underline" } },

MiniIndentscopeSymbol = { fg = C[indentscope_color] and C[indentscope_color] or C.text },
MiniIndentscopeSymbol = { fg = C[indentscope_color] or C.text },
MiniIndentscopePrefix = { style = { "nocombine" } }, -- Make it invisible

MiniJump = { fg = C.overlay2, bg = C.pink },
Expand Down

0 comments on commit 80ac693

Please sign in to comment.