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