mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:50:06 +08:00
10 lines
229 B
VimL
10 lines
229 B
VimL
function! SpaceVim#layers#debug#plugins() abort
|
|
let plugins = []
|
|
call add(plugins,['idanarye/vim-vebugger', {'merged' : 0}])
|
|
return plugins
|
|
endfunction
|
|
|
|
function! SpaceVim#layers#debug#config() abort
|
|
|
|
endfunction
|