1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-14 10:45:42 +08:00

fix(ssh): fix layer test

This commit is contained in:
Shidong Wang 2021-10-17 23:22:08 +08:00
parent cf9b7c08aa
commit a41fc80ee6
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -60,3 +60,8 @@ function! SpaceVim#layers#ssh#get_options() abort
return ['ssh_port', 'ssh_user', 'ssh_address', 'ssh_command'] return ['ssh_port', 'ssh_user', 'ssh_address', 'ssh_command']
endfunction endfunction
function! SpaceVim#layers#ssh#health() abort
call SpaceVim#layers#ssh#config()
return 1
endfunction