show git ignored files
This commit is contained in:
parent
5cc0c7abf9
commit
989b9da516
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -469,6 +469,9 @@ require("nvim-tree").setup({
|
|||
filters = {
|
||||
dotfiles = false,
|
||||
},
|
||||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
})
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
Loading…
Add table
Reference in a new issue