hotfix: force redraw when changing directory

This commit is contained in:
kiyan
2022-02-20 22:23:37 +01:00
parent e1c6a575c0
commit 9008bac180

View File

@@ -31,6 +31,7 @@ function M.force_dirchange(foldername, with_open)
end
end
require'nvim-tree.lib'.init(with_open, foldername)
require"nvim-tree.renderer".draw()
end
function M.setup(options)