1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:10:05 +08:00
SpaceVim/bundle/neosnippet-snippets/neosnippets/Gemfile.snip

8 lines
126 B
Plaintext
Raw Normal View History

2020-06-13 14:06:35 +08:00
snippet source-rubygems
options head
source :rubygems
snippet gem
options head
gem '${1}', '${2} >= 1.0'