From 5e975a3752c9e19bd0f46562e64b3576211513cf Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 17:27:21 +0700 Subject: [PATCH] config(tree): show_root = true --- README.md | 4 ++-- lua/catppuccin/config.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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,