always show .github
This commit is contained in:
parent
fbbaff5a97
commit
5f26f91430
@ -5,6 +5,9 @@ local function config()
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
hide_gitignored = false,
|
||||
always_show = {
|
||||
'.github',
|
||||
},
|
||||
never_show = { -- hide_by_name
|
||||
'__pycache__',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user