Hide .git and Python caches

Hide .git and mypy/native Python cache directories.
This commit is contained in:
Kiril 2024-05-19 14:15:24 +01:00
parent ca3a037ba5
commit f20ddc687e

View File

@ -62,6 +62,11 @@ return {
visible = true,
hide_dotfiles = false,
hide_gitignored = true,
never_show = {
".git",
".mypy_cache",
"__pycache__",
},
},
},
})