mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:50:06 +08:00
6 lines
157 B
VimL
6 lines
157 B
VimL
function! SpaceVim#layers#chat#plugins() abort
|
|
return [
|
|
\ ['vim-chat/vim-chat',{ 'merged' : 0, 'loadconf' : 1}],
|
|
\ ]
|
|
endfunction
|