From e52ba32fa3e86c009cab0bc8f974f5986b8fa486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6hl=2C=20Lukas?= Date: Mon, 27 Jun 2022 16:14:43 +0200 Subject: [PATCH] feat(nvimtree): enable filesystem watchers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Höhl, Lukas --- lua/plugins/configs/nvimtree.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index a557f0a..5a75101 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -32,6 +32,9 @@ local options = { enable = false, ignore = true, }, + filesystem_watchers = { + enable = true, + }, actions = { open_file = { resize_window = true,