mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
7 lines
101 B
Plaintext
Vendored
7 lines
101 B
Plaintext
Vendored
snippet Host
|
|
options head
|
|
Host ${1:name}
|
|
HostName $1.${2:domain}
|
|
Port ${3}
|
|
${4:User }
|