mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 00:35:42 +08:00
5 lines
88 B
VimL
Vendored
5 lines
88 B
VimL
Vendored
let s:path = expand('<sfile>:p:h:h')
|
|
call execute('set rtp+=' . s:path)
|
|
set rtp+=.
|
|
|