1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:00:04 +08:00

Add mail layer

This commit is contained in:
wsdjeg 2017-10-18 17:17:33 +08:00
parent 81caf7521c
commit aaadf7b4fb

View File

@ -0,0 +1,10 @@
function! SpaceVim#layers#mail#plugins() abort
return [
\ ['vim-mail/vim-mail',{ 'merged' : 0, 'loadconf' : 1}],
\ ]
endfunction
function! SpaceVim#layers#mail#config()
call SpaceVim#mapping#space#def('nnoremap', ['a', 'm'], 'call mail#client#open()', 'Start mail client', 1)
endfunction