feat: update neo-tree config to show env files

This commit is contained in:
Devin Lumley 2024-01-02 16:38:37 -08:00
parent f043f923bd
commit 72411cfbcf
2 changed files with 14 additions and 5 deletions

View file

@ -14,9 +14,18 @@ return {
nt.setup({
filesystem = {
filtered_items = {
show_hidden_count = false,
hide_dotfiles = false,
hide_gitignored = true,
}
always_show = {
".env"
},
never_show = {
".git",
"thumbs.db",
".DS_Store"
}
},
}
})
end