init script

This commit is contained in:
2025-12-14 10:57:06 +08:00
parent 1b095636e5
commit 8881dceb13
2 changed files with 1 additions and 6 deletions

View File

@ -1,4 +0,0 @@
vim9script
tui#Init(expand("<sfile>:p:h"))

3
vimrc
View File

@ -1,5 +1,4 @@
vim9script
const tui_home = expand('<sfile>:p:h')
execute("set rtp+=" .. tui_home)
tui#Init(expand("<sfile>:p:h"))