mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Fix dein support
This commit is contained in:
parent
3066d90c93
commit
2e84b928a2
@ -43,7 +43,7 @@ function! s:install_manager() abort
|
|||||||
else
|
else
|
||||||
if executable('git')
|
if executable('git')
|
||||||
exec '!git clone https://github.com/Shougo/dein.vim "'
|
exec '!git clone https://github.com/Shougo/dein.vim "'
|
||||||
\ . g:spacevim_plugin_bundle_dir
|
\ . expand(g:spacevim_plugin_bundle_dir)
|
||||||
\ . join(['repos', 'github.com',
|
\ . join(['repos', 'github.com',
|
||||||
\ 'Shougo', 'dein.vim"'], s:Fsep)
|
\ 'Shougo', 'dein.vim"'], s:Fsep)
|
||||||
let g:spacevim_dein_installed = 1
|
let g:spacevim_dein_installed = 1
|
||||||
|
@ -115,8 +115,8 @@ let g:spacevim_default_indent = 3
|
|||||||
let g:spacevim_max_column = 80
|
let g:spacevim_max_column = 80
|
||||||
|
|
||||||
" Change the default directory where all miscellaneous persistent files go.
|
" Change the default directory where all miscellaneous persistent files go.
|
||||||
" By default it is ~/.cache/vimfiles.
|
" By default it is ~/.cache/vimfiles/.
|
||||||
let g:spacevim_plugin_bundle_dir = '~/.cache/vimfiles'
|
let g:spacevim_plugin_bundle_dir = '~/.cache/vimfiles/'
|
||||||
|
|
||||||
" set SpaceVim colorscheme
|
" set SpaceVim colorscheme
|
||||||
let g:spacevim_colorscheme = 'jellybeans'
|
let g:spacevim_colorscheme = 'jellybeans'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user