Merge pull request #1864 from AdrieanKhisbe/master

Some recipes
This commit is contained in:
Dimitri Fontaine 2014-08-17 19:10:50 +02:00
commit 05426cd2cc
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(:name auto-yasnippet
:description "Quickly create disposable yasnippets"
:type github
:pkgname "abo-abo/auto-yasnippet"
:depends (yasnippet))

View File

@ -0,0 +1,4 @@
(:name imenu-anywhere
:description "Ido/helm imenu tag selection across all buffers with the same mode"
:type github
:pkgname "vitoshka/imenu-anywhere")

View File

@ -0,0 +1,5 @@
(:name yasnippet-snippets
:description "A collection of yasnippet snippets for many languages"
:type github
:pkgname "AndreaCrotti/yasnippet-snippets"
:depends (yasnippet))

5
recipes/yasnippets.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name yasnippets
:description "Comprehensive collection of yasnippets"
:type github
:pkgname "rejeep/yasnippets"
:depends (yasnippet))