1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 10:50:06 +08:00
SpaceVim/autoload/SpaceVim/layers/chat.vim
2017-01-21 22:21:15 +08:00

6 lines
157 B
VimL

function! SpaceVim#layers#chat#plugins() abort
return [
\ ['vim-chat/vim-chat',{ 'merged' : 0, 'loadconf' : 1}],
\ ]
endfunction