diff --git a/lua/nvim-tree/lib.lua b/lua/nvim-tree/lib.lua index 143488ac..07c681d8 100644 --- a/lua/nvim-tree/lib.lua +++ b/lua/nvim-tree/lib.lua @@ -375,6 +375,7 @@ function M.parent_node(node, should_close) end if altered_tree then + diagnostics.update() M.redraw() end end