1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-21 05:18:01 +01:00

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

http://github.com/MarcWeber/vim-addon-manager
This commit is contained in:
Marc Weber
2009-12-28 01:30:09 +01:00
committed by Michael Sanders
parent 14c684ebdd
commit 490ee18884

8
plugin-info.txt Normal file
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."
}