mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
feat(explorer): hide git status for open directories by default. it's mostly redundant
This commit is contained in:
parent
8f87c2c32b
commit
b40c0d4ee4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ M.explorer = {
|
|||
sort = { fields = { "sort" } },
|
||||
tree = true,
|
||||
git_status = true,
|
||||
git_status_open = true,
|
||||
git_status_open = false,
|
||||
supports_live = true,
|
||||
follow_file = true,
|
||||
focus = "list",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue