chore(astronvim): Tweaked neo-tree configurations

This commit is contained in:
2023-06-14 08:51:40 +03:00
parent 0ac0d05db6
commit fbdc9c741a

View File

@@ -47,9 +47,13 @@ return {
hide_dotfiles = false,
hide_gitignored = false,
hide_by_name = {
'.idea',
'.DS_Store'
},
never_show = {
'.git',
'.idea',
'.mypy_cache',
'.DS_Store',
'thumbs.db'
},