From 536d91d6f0a49e0689b748dc8163677a7fba7850 Mon Sep 17 00:00:00 2001 From: Roberto Bonvallet Date: Thu, 23 Jun 2011 15:35:38 -0400 Subject: [PATCH] Add addon-info For distributing through vim-addon-manager as per https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager.txt --- addon-info.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 addon-info.json diff --git a/addon-info.json b/addon-info.json new file mode 100644 index 0000000..fdf95e6 --- /dev/null +++ b/addon-info.json @@ -0,0 +1,15 @@ +{ + "name" : "snipmate-snippets-bib", + "author" : "Roberto Bonvallet ", + "repository" : { + "type": "git", + "url": "git://github.com/rbonvall/snipmate-snippets-bib.git" + }, + "dependencies" : { + "snipmate": { + "type": "git", + "url": "https://github.com/garbas/vim-snipmate.git" + } + }, + "description" : "Snipmate.vim support for BibTeX files." +}