mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:30:06 +08:00
Add doc for g:spacevim_plugin_bundle_dir
This commit is contained in:
parent
de073c1a17
commit
ba9f5a4eaf
@ -30,6 +30,12 @@ let g:spacevim_auto_download_neobundle = 0
|
|||||||
let g:spacevim_neobundle_installed = 0
|
let g:spacevim_neobundle_installed = 0
|
||||||
let g:spacevim_dein_installed = 0
|
let g:spacevim_dein_installed = 0
|
||||||
let g:spacevim_vim_plug_installed = 0
|
let g:spacevim_vim_plug_installed = 0
|
||||||
|
""
|
||||||
|
" Set the cache dir of plugins, by default, it is `~/.cache/vimfiles`.
|
||||||
|
" you can set it by:
|
||||||
|
" >
|
||||||
|
" let g:spacevim_plugin_bundle_dir = '~/.cache/vimplugs'
|
||||||
|
" <
|
||||||
let g:spacevim_plugin_bundle_dir = $HOME. join(['', '.cache', 'vimfiles', ''], '/')
|
let g:spacevim_plugin_bundle_dir = $HOME. join(['', '.cache', 'vimfiles', ''], '/')
|
||||||
let g:spacevim_autocomplete_method = ''
|
let g:spacevim_autocomplete_method = ''
|
||||||
let g:spacevim_enable_cursorcolumn = 0
|
let g:spacevim_enable_cursorcolumn = 0
|
||||||
|
@ -36,6 +36,13 @@ you can enable it by:
|
|||||||
let g:spacevim_enable_googlesuggest = 1
|
let g:spacevim_enable_googlesuggest = 1
|
||||||
<
|
<
|
||||||
|
|
||||||
|
*g:spacevim_plugin_bundle_dir*
|
||||||
|
Set the cache dir of plugins, by default, it is `~/.cache/vimfiles`. you can
|
||||||
|
set it by:
|
||||||
|
>
|
||||||
|
let g:spacevim_plugin_bundle_dir = '~/.cache/vimplugs'
|
||||||
|
<
|
||||||
|
|
||||||
*g:spacevim_guifont*
|
*g:spacevim_guifont*
|
||||||
set the guifont of Spacevim, default is empty.
|
set the guifont of Spacevim, default is empty.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user