mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
snippet source-rubygems
|
|
options head
|
|
source :rubygems
|
|
|
|
snippet gem
|
|
options head
|
|
gem '${1}', '${2} >= 1.0'
|