Skip to content

Commit

Permalink
fix(defaults)!: Enable mini integration by default
Browse files Browse the repository at this point in the history
The documentation says that mini is enabled by default, but it is not.
This patch changes the defaults to match what is documented.
  • Loading branch information
tjkuson committed Jun 23, 2024
1 parent cc8e290 commit af5d769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ local M = {
enabled = false,
color = "red",
},
mini = {
enabled = true,
indentscope_color = "text",
},
},
color_overrides = {},
highlight_overrides = {},
Expand Down

0 comments on commit af5d769

Please sign in to comment.