From 8b74702fb48ba8a5f729a56ae08cdf20d106292b Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 1 Sep 2025 10:49:18 +0300 Subject: [PATCH] configure neotree a bit more --- lua/crentist/lazy/neotree.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/crentist/lazy/neotree.lua b/lua/crentist/lazy/neotree.lua index 893b97c..de17d57 100644 --- a/lua/crentist/lazy/neotree.lua +++ b/lua/crentist/lazy/neotree.lua @@ -13,6 +13,10 @@ return { opts = { filesystem = { hijack_netrw_behavior = 'disabled', + filtered_items = { + hide_dotfiles = false, + never_show = {'.DS_Store'}, + }, }, window = { position = 'current',