mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 09:21:26 +08:00
chore(bundle): only load default rtp
This commit is contained in:
parent
1281eb75ba
commit
8f8c0838ff
1
bundle/git.vim/test/vimrc
vendored
1
bundle/git.vim/test/vimrc
vendored
@ -1,5 +1,6 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
let s:path = expand('<sfile>:p:h:h')
|
let s:path = expand('<sfile>:p:h:h')
|
||||||
|
set runtimepath=$VIMRUNTIME
|
||||||
call execute('set rtp+=' . s:path)
|
call execute('set rtp+=' . s:path)
|
||||||
filetype off
|
filetype off
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user