From 490ee1888480fdb9c991a9c0c56ca2cd5de063df Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 28 Dec 2009 01:30:09 +0100 Subject: [PATCH] You can install snipmate using vim-addon-manager. Details see http://github.com/MarcWeber/vim-addon-manager --- plugin-info.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugin-info.txt diff --git a/plugin-info.txt b/plugin-info.txt new file mode 100644 index 0000000..b4df53a --- /dev/null +++ b/plugin-info.txt @@ -0,0 +1,8 @@ +{ + 'name' : 'snipmate', + 'version' : "dev", + 'author' : "Michael Sanders ", + 'repository' : {'type': 'git', 'url': 'git://github.com/msanders/snipmate.vim.git'}, + 'dependencies' : {}, + 'description' : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim." +}