From fbdc9c741a3a5663e17ec644564c185e84740376 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 14 Jun 2023 08:51:40 +0300 Subject: [PATCH] chore(astronvim): Tweaked neo-tree configurations --- config/astronvim/lua/user/plugins/core.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/astronvim/lua/user/plugins/core.lua b/config/astronvim/lua/user/plugins/core.lua index 4e2216b..9450910 100644 --- a/config/astronvim/lua/user/plugins/core.lua +++ b/config/astronvim/lua/user/plugins/core.lua @@ -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' },