Added pycache back into nvimtree ignores

This commit is contained in:
Ceferino Patino 2024-08-29 16:06:32 -05:00
commit 549507383b
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ local options = {
filters = {
dotfiles = false,
git_ignored = true,
custom = { ".git" },
custom = { ".git", "__pycache__" },
exclude = { ".gitignore", ".gitattributes", ".gitmodules" },
},
disable_netrw = true,