diff --git a/README.md b/README.md index cf5f272..16a5803 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,12 @@ integrations = { telescope = true, nvimtree = { enabled = true, - show_root = false, + show_root = true, transparent_panel = false, }, neotree = { enabled = false, - show_root = false, + show_root = true, transparent_panel = false, }, which_key = false, diff --git a/lua/catppuccin/config.lua b/lua/catppuccin/config.lua index e518fa9..3d9ebae 100644 --- a/lua/catppuccin/config.lua +++ b/lua/catppuccin/config.lua @@ -54,12 +54,12 @@ config.options = { telescope = false, nvimtree = { enabled = true, - show_root = false, + show_root = true, transparent_panel = false, }, neotree = { enabled = false, - show_root = false, + show_root = true, transparent_panel = false, }, which_key = false,