mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 12:40:05 +08:00
Add org layer (#1718)
This commit is contained in:
parent
6c51289858
commit
2d2365619c
14
autoload/SpaceVim/layers/org.vim
Normal file
14
autoload/SpaceVim/layers/org.vim
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
"=============================================================================
|
||||||
|
" 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
|
Loading…
Reference in New Issue
Block a user