mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
Added a new layer, japanese
Added a new layer japanese which loads vim-jp/vimdoc-ja.
This commit is contained in:
parent
e30ab0b936
commit
f7a2f3e462
@ -503,6 +503,8 @@ function! SpaceVim#end() abort
|
||||
endfor
|
||||
if g:spacevim_vim_help_language ==# 'cn'
|
||||
call add(g:spacevim_plugin_groups, 'chinese')
|
||||
elseif g:spacevim_vim_help_language ==# 'japanese'
|
||||
call add(g:spacevim_plugin_groups, 'japanese')
|
||||
endif
|
||||
if g:spacevim_use_colorscheme==1
|
||||
call add(g:spacevim_plugin_groups, 'colorscheme')
|
||||
|
8
autoload/SpaceVim/layers/japanese.vim
Normal file
8
autoload/SpaceVim/layers/japanese.vim
Normal file
@ -0,0 +1,8 @@
|
||||
function! SpaceVim#layers#japanese#plugins() abort
|
||||
return [
|
||||
\ ['vim-jp/vimdoc-ja'],
|
||||
\ ]
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#layers#japanese#config() abort
|
||||
endfunction
|
Loading…
Reference in New Issue
Block a user