From 26f78217f79c4dc16fdcb3914d3c1ebc0291e0b4 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 21 Sep 2023 09:14:58 -0400 Subject: [PATCH] Updated neo-tree config --- nvim/lua/plugin-config/neo-tree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/plugin-config/neo-tree.lua b/nvim/lua/plugin-config/neo-tree.lua index 4086470..70878eb 100644 --- a/nvim/lua/plugin-config/neo-tree.lua +++ b/nvim/lua/plugin-config/neo-tree.lua @@ -13,8 +13,8 @@ return { filesystem = { filtered_items = { hide_dotfiles = false - } + }, + use_libuv_file_watcher = true }, - use_libuv_file_watcher = true } }