Add plugin info.json support

This commit is contained in:
Zachary Yedidia
2019-08-06 22:24:03 -07:00
parent 26c545267d
commit adaddba696
11 changed files with 381 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "ftoptions",
"description": "Sets basic options based on the filetype (for example Makefiles require tabs).",
"website": "https://github.com/zyedidia/micro",
"install": "https://github.com/zyedidia/micro",
"version": "1.0.0",
"require": [
"micro >= 2.0.0"
]
}