fix(nvim-tree): only show git on closed dirs
This commit is contained in:
@@ -239,6 +239,9 @@ return {
|
||||
sort_by = "desc",
|
||||
},
|
||||
sync_root_with_cwd = true,
|
||||
git = {
|
||||
show_on_open_dirs = false,
|
||||
},
|
||||
})
|
||||
|
||||
override_highlights()
|
||||
|
||||
Reference in New Issue
Block a user