mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:30:05 +08:00
14 lines
230 B
VimL
14 lines
230 B
VimL
""
|
|
" @section Default, default
|
|
" @parentsection layers
|
|
|
|
function! SpaceVim#layers#default#plugins() abort
|
|
let plugins = []
|
|
|
|
return plugins
|
|
endfunction
|
|
|
|
function! SpaceVim#layers#default#config() abort
|
|
|
|
endfunction
|