mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 12:30:05 +08:00
Add mail layer
This commit is contained in:
parent
81caf7521c
commit
aaadf7b4fb
10
autoload/SpaceVim/layers/mail.vim
Normal file
10
autoload/SpaceVim/layers/mail.vim
Normal 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
|
Loading…
Reference in New Issue
Block a user