fix(nvim): show all files
This commit is contained in:
parent
b75f71f813
commit
0d0758b705
1 changed files with 7 additions and 2 deletions
|
@ -79,9 +79,14 @@ require("nvim-tree").setup {
|
||||||
quit_on_open = true,
|
quit_on_open = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
git = {
|
||||||
|
enable = true,
|
||||||
|
ignore = false,
|
||||||
|
timeout = 400,
|
||||||
|
},
|
||||||
filters = {
|
filters = {
|
||||||
custom = { ".git" },
|
custom = { ".git", "vendor", "node_modules" },
|
||||||
exclude = { ".gitignore" },
|
-- exclude = { ".gitignore" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue