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