mirror of https://github.com/harish2704/dotFiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
523 B
12 lines
523 B
{
|
|
"name" : "snipMate",
|
|
"version" : "dev",
|
|
"author" : "Michael Sanders -> original project http://github.com/msanders/snipmate.vim",
|
|
"maintainer" : "Rok Garbas / Marc Weber",
|
|
"repository" : {"type": "git", "url": "git://github.com/garbas/vim-snipmate.git"},
|
|
"dependencies" : {
|
|
"vim-addon-mw-utils": {},
|
|
"tlib": {}
|
|
},
|
|
"description" : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim. See README.md to learn about the features this fork adds"
|
|
}
|
|
|