From 2d765ff05d8c4615a3a3e2c3bd306c659df81a76 Mon Sep 17 00:00:00 2001 From: Matthew Roland Date: Sun, 26 Oct 2025 12:05:20 -0500 Subject: [PATCH] feat(nvim): configure neotree to update automatically --- nvim/lua/plugins/neotree.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/lua/plugins/neotree.lua b/nvim/lua/plugins/neotree.lua index 6fd7265..8fbfd91 100644 --- a/nvim/lua/plugins/neotree.lua +++ b/nvim/lua/plugins/neotree.lua @@ -29,8 +29,10 @@ return { hide_gitignored = false, hide_by_name = { '.git', + '__pycache__/', } }, + use_libuv_file_watcher = true, never_show = {}, window = { mappings = { @@ -40,3 +42,4 @@ return { }, }, } +