1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:00:04 +08:00

chore(bundle): only load default rtp

This commit is contained in:
wsdjeg 2023-07-02 17:41:11 +08:00
parent 1281eb75ba
commit 8f8c0838ff

View File

@ -1,5 +1,6 @@
set nocompatible
let s:path = expand('<sfile>:p:h:h')
set runtimepath=$VIMRUNTIME
call execute('set rtp+=' . s:path)
filetype off
filetype plugin indent on