You can install snipmate using vim-addon-manager. Details see

http://github.com/MarcWeber/vim-addon-manager
This commit is contained in:
Marc Weber
2010-04-07 21:03:20 -04:00
committed by Michael Sanders
parent 14c684ebdd
commit 490ee18884
+8
View File
@@ -0,0 +1,8 @@
{
'name' : 'snipmate',
'version' : "dev",
'author' : "Michael Sanders <msanders42@gmail.com>",
'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."
}