aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/nvim-tree.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua
index a1e10e0..df4e282 100644
--- a/lua/plugins/nvim-tree.lua
+++ b/lua/plugins/nvim-tree.lua
@@ -15,6 +15,11 @@ nvim_tree.setup({
enable = true,
update_cwd = true,
},
+ git = {
+ enable = true,
+ ignore = false,
+ timeout = 500,
+},
renderer = {
root_folder_modifier = ":t",
icons = {