Update neo-tree filters

This commit is contained in:
Salih TAŞDELEN 2026-03-19 21:44:33 +03:00
parent ae46bf1cae
commit 429b4dfe0c
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ return {
---@type neotree.Config ---@type neotree.Config
opts = { opts = {
filesystem = { filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = true,
},
window = { window = {
mappings = { mappings = {
['\\'] = 'close_window', ['\\'] = 'close_window',