show git ignored files

This commit is contained in:
Achhunna M 2023-02-02 17:24:33 -08:00 committed by GitHub
parent 5cc0c7abf9
commit 989b9da516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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