respect .gitignore in file tree
This commit is contained in:
@@ -63,7 +63,7 @@ require("nvim-tree").setup({
|
|||||||
custom = { ".git" },
|
custom = { ".git" },
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
ignore = false,
|
ignore = true,
|
||||||
},
|
},
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user