mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-23 03:41:33 +08:00
9 lines
187 B
VimL
9 lines
187 B
VimL
function! SpaceVim#layers#japanese#plugins() abort
|
|
return [
|
|
\ ['vim-jp/vimdoc-ja'],
|
|
\ ]
|
|
endfunction
|
|
|
|
function! SpaceVim#layers#japanese#config() abort
|
|
endfunction
|