mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:40:05 +08:00
4 lines
148 B
VimL
4 lines
148 B
VimL
let &rtp = expand('<sfile>:p:h:h') . ',' . &rtp . ',' . expand('<sfile>:p:h:h') . '/after'
|
|
|
|
exe "so " . expand('<sfile>:p:h:h') . '/plugin/vrs.vim'
|