refacto: set tree explorer in the global state

also remove the redraw method and use renderer.draw immediately
This commit is contained in:
kiyan
2022-02-07 22:07:08 +01:00
parent e42a4337d0
commit ea92e7bf7c
18 changed files with 85 additions and 93 deletions

View File

@@ -10,4 +10,5 @@ ignore = {
-- Global objects defined by the C code
globals = {
"vim",
"TreeExplorer"
}