respect .gitignore in file tree

This commit is contained in:
2022-02-04 18:35:01 +03:00
parent df31f8bfe0
commit b963d4b428

View File

@@ -63,7 +63,7 @@ require("nvim-tree").setup({
custom = { ".git" }, custom = { ".git" },
}, },
git = { git = {
ignore = false, ignore = true,
}, },
diagnostics = { diagnostics = {
enable = true, enable = true,