diff --git a/doc/catppuccin.txt b/doc/catppuccin.txt index ec3c49ad..b95d779b 100644 --- a/doc/catppuccin.txt +++ b/doc/catppuccin.txt @@ -108,7 +108,10 @@ options and settings. nvimtree = true, treesitter = true, notify = false, - mini = false, + mini = { + enabled = true, + indentscope_color = "", + }, -- For more plugins integrations please scroll down (https://github.com/catppuccin/nvim#integrations) }, }) @@ -233,7 +236,10 @@ example: nvimtree = true, treesitter = true, notify = false, - mini = false, + mini = { + enabled = true, + indentscope_color = "", + }, } }) < @@ -575,7 +581,10 @@ mason.nvim>lua < mini.nvim>lua - mini = false + mini = { + enabled = true, + indentscope_color = "", -- catppuccin color (eg. `lavender`) Default: text + }, < neo-tree.nvim>lua