From 42827b715438e41e54184ee839f2d7a48b47ae15 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 20 Sep 2023 08:04:36 -0400 Subject: [PATCH] Added file watcher to neo-tree --- nvim/lua/plugin-config/neo-tree.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugin-config/neo-tree.lua b/nvim/lua/plugin-config/neo-tree.lua index 30463a3..4086470 100644 --- a/nvim/lua/plugin-config/neo-tree.lua +++ b/nvim/lua/plugin-config/neo-tree.lua @@ -14,6 +14,7 @@ return { filtered_items = { hide_dotfiles = false } - } + }, + use_libuv_file_watcher = true } }