This commit is contained in:
2025-07-14 10:55:38 +08:00
parent a4c7b20ebe
commit 38338c514f
8 changed files with 462 additions and 0 deletions

7
autoload/tui.vim Normal file
View File

@ -0,0 +1,7 @@
vim9script
export def Init(tui_home: string)
tui#core#cached#Set("tui.home", tui_home)
tui#core#layer#Init(expand(tui_home .. "/layers"))
enddef