From ae57b452055577562d0e60b902eff5a0e36ee8cb Mon Sep 17 00:00:00 2001 From: Steven Crawford Date: Thu, 5 Jun 2025 09:37:38 -0500 Subject: [PATCH] checking on hiding pycache file --- lua/shelbybark/plugins/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/shelbybark/plugins/nvim-tree.lua b/lua/shelbybark/plugins/nvim-tree.lua index 01a88c8..f1b3393 100644 --- a/lua/shelbybark/plugins/nvim-tree.lua +++ b/lua/shelbybark/plugins/nvim-tree.lua @@ -40,7 +40,7 @@ return { }, }, filters = { - custom = { ".DS_Store" }, + custom = { ".DS_Store", "__pycache__" }, dotfiles = true, }, git = {