neosnippet.vim/autoload/neosnippet/snippets/Gemfile.snip
2013-06-15 12:49:50 -07:00

8 lines
126 B
Plaintext

snippet source-rubygems
options head
source :rubygems
snippet gem
options head
gem '${1}', '${2} >= 1.0'