1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-21 12:43:43 +08:00
SpaceVim/autoload/SpaceVim/layers/japanese.vim
2018-09-29 23:16:47 +08:00

17 lines
549 B
VimL

"=============================================================================
" japanese.vim --- SpaceVim japanese layer
" Copyright (c) 2016-2017 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