From 85add23ae378542991622a5c51a196e4638b9b05 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 4 Apr 2023 13:32:33 -0400 Subject: [PATCH] .gitignore files while show as ghosted --- lua/plugins/configs/nvimtree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index 144dea9..38dd29a 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -32,7 +32,7 @@ local options = { }, }, renderer = { - highlight_git = false, + highlight_git = true, highlight_opened_files = "none", indent_markers = { @@ -44,7 +44,7 @@ local options = { file = true, folder = true, folder_arrow = true, - git = false, + git = true, }, glyphs = {