feat: change parent directory to open (#734)

This commit is contained in:
figsoda 2021-10-23 09:38:39 -04:00 committed by GitHub
parent cf3e242106
commit 6cadd3a9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ function M.create(node)
node = {
absolute_path = lib.Tree.cwd,
entries = lib.Tree.entries,
open = true,
}
end