From 429b4dfe0c294f2489cd72d24a12ddf593c3166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salih=20TA=C5=9EDELEN?= Date: Thu, 19 Mar 2026 21:44:33 +0300 Subject: [PATCH] Update neo-tree filters --- lua/kickstart/plugins/neo-tree.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index af8d4495..137fe2e6 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -19,6 +19,11 @@ return { ---@type neotree.Config opts = { filesystem = { + filtered_items = { + visible = true, + hide_dotfiles = false, + hide_gitignored = true, + }, window = { mappings = { ['\\'] = 'close_window',