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 } }