add file: vimrc

This commit is contained in:
2025-09-02 10:04:24 +08:00
parent cd71c38c1a
commit 1b095636e5

5
vimrc Normal file
View File

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