mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
include sh.snip
|
||
|
|
||
|
snippet zplug
|
||
|
abbr zplug "plugin"
|
||
|
zplug "`getreg('+')=='' ? '<\`0\`>' : getreg('+')`"${0}
|
||
|
|