refacto: tree explorer root should be absolute_path not cwd

This commit is contained in:
kiyan
2022-05-29 11:40:06 +02:00
parent 3806653d75
commit 5e900c2f29
9 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ function M.get_explorer()
end
function M.get_cwd()
return TreeExplorer.cwd
return TreeExplorer.absolute_path
end
function M.get_nodes_starting_line()