From 43704dc33c54f4daa72fd5c2a9f39d9cd091f433 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 5 Jan 2026 17:31:53 +0100 Subject: [PATCH] [NeoTree] Add all ignores --- nvim/lua/plugins/nav/neotree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/plugins/nav/neotree.lua b/nvim/lua/plugins/nav/neotree.lua index 414a827..8da9b02 100755 --- a/nvim/lua/plugins/nav/neotree.lua +++ b/nvim/lua/plugins/nav/neotree.lua @@ -184,6 +184,7 @@ return { visible = false, -- when true, they will just be displayed differently than normal items hide_dotfiles = true, hide_gitignored = true, + hide_ignored = true, hide_hidden = true, -- only works on Windows for hidden files/directories hide_by_name = { --"node_modules"