vim9script export def Init(tui_home: string) tui#core#cached#Set("tui.home", tui_home) tui#core#layer#Init(expand(tui_home .. "/layers")) enddef