fix(defaults)!: Enable mini integration by default (#718)

The documentation says that mini is enabled by default, but it is not.
This patch changes the defaults to match what is documented.
This commit is contained in:
Tom Kuson 2024-06-24 10:39:13 +01:00 committed by GitHub
parent 67565cd353
commit 894efb5577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,6 +103,10 @@ local M = {
enabled = false,
color = "red",
},
mini = {
enabled = true,
indentscope_color = "text",
},
},
color_overrides = {},
highlight_overrides = {},