show git ignored files

pull/162/head
Achhunna M 2 years ago committed by GitHub
parent 5cc0c7abf9
commit 989b9da516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save