mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-13 21:27:58 +08:00
15 lines
494 B
VimL
15 lines
494 B
VimL
"=============================================================================
|
|
" org.vim --- org layer for SpaceVim
|
|
" Copyright (c) 2016-2017 Wang Shidong & Contributors
|
|
" Author: Wang Shidong < wsdjeg at 163.com >
|
|
" URL: https://spacevim.org
|
|
" License: GPLv3
|
|
"=============================================================================
|
|
|
|
|
|
function! SpaceVim#layers#org#plugins() abort
|
|
let plugins = []
|
|
call add(plugins, ['SpaceVim/org-mode', {'merged' : 0}])
|
|
return plugins
|
|
endfunction
|