always show .github

This commit is contained in:
Michael Peters 2024-03-20 16:13:52 -07:00
parent fbbaff5a97
commit 5f26f91430

View File

@ -5,6 +5,9 @@ local function config()
filesystem = {
filtered_items = {
hide_gitignored = false,
always_show = {
'.github',
},
never_show = { -- hide_by_name
'__pycache__',
},