1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

Fix dein support

This commit is contained in:
wsdjeg 2017-04-07 19:49:24 +08:00
parent 3066d90c93
commit 2e84b928a2
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ function! s:install_manager() abort
else
if executable('git')
exec '!git clone https://github.com/Shougo/dein.vim "'
\ . g:spacevim_plugin_bundle_dir
\ . expand(g:spacevim_plugin_bundle_dir)
\ . join(['repos', 'github.com',
\ 'Shougo', 'dein.vim"'], s:Fsep)
let g:spacevim_dein_installed = 1

View File

@ -115,8 +115,8 @@ let g:spacevim_default_indent = 3
let g:spacevim_max_column = 80
" Change the default directory where all miscellaneous persistent files go.
" By default it is ~/.cache/vimfiles.
let g:spacevim_plugin_bundle_dir = '~/.cache/vimfiles'
" By default it is ~/.cache/vimfiles/.
let g:spacevim_plugin_bundle_dir = '~/.cache/vimfiles/'
" set SpaceVim colorscheme
let g:spacevim_colorscheme = 'jellybeans'