nvim-tree: Do not ignore files in .gitignore
This commit is contained in:
@@ -57,6 +57,7 @@ local function setup()
|
||||
},
|
||||
},
|
||||
filters = {
|
||||
git_ignored = false,
|
||||
custom = { "^\\.git$", },
|
||||
},
|
||||
notify = {
|
||||
|
||||
Reference in New Issue
Block a user