1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-19 09:03:44 +08:00
SpaceVim/autoload/SpaceVim/layers/japanese.vim
2020-08-31 21:24:27 +08:00

17 lines
549 B
VimL

"=============================================================================
" japanese.vim --- SpaceVim japanese layer
" Copyright (c) 2016-2020 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#layers#japanese#plugins() abort
return [
\ ['vim-jp/vimdoc-ja', {'merged' : 0}],
\ ]
endfunction
function! SpaceVim#layers#japanese#config() abort
endfunction