nvim-tree: Do not ignore files in .gitignore

This commit is contained in:
2023-12-17 22:29:20 +01:00
parent 61bfccb056
commit 459391a82c
+1
View File
@@ -57,6 +57,7 @@ local function setup()
}, },
}, },
filters = { filters = {
git_ignored = false,
custom = { "^\\.git$", }, custom = { "^\\.git$", },
}, },
notify = { notify = {