Skip to content

Commit

Permalink
fix(defaults)!: Enable mini integration by default (catppuccin#718)
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 authored Jun 24, 2024
1 parent 67565cd commit 894efb5
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 894efb5

Please sign in to comment.