-
Notifications
You must be signed in to change notification settings - Fork 852
Open
Description
Hi Josean,
a small feedback issue for you. You're using the legacy option for git in your configuration for nvim-tree:
filters = {
custom = { ".DS_Store" },
},
git = {
ignore = false,
},
You can rewrite this as:
filters = {
custom = { ".DS_Store" },
git_ignored = false,
},
HTH
alexventuraio
Metadata
Metadata
Assignees
Labels
No labels