6 lines
85 B
VimL
6 lines
85 B
VimL
vim9script
|
|
|
|
const tui_home = expand('<sfile>:p:h')
|
|
execute("set rtp+=" .. tui_home)
|
|
|