mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 02:20:04 +08:00
10 lines
199 B
VimL
10 lines
199 B
VimL
function! SpaceVim#layers#chinese#plugins() abort
|
|
return [
|
|
\ ['vimcn/vimcdoc'],
|
|
\ ]
|
|
endfunction
|
|
|
|
function! SpaceVim#layers#chinese#config() abort
|
|
|
|
endfunction
|