-
Notifications
You must be signed in to change notification settings - Fork 1
/
new.dist.json
44 lines (44 loc) · 1.14 KB
/
new.dist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"bash": {
"default_args": ["--args"]
},
"custom": {
"hello": {
"content": [
"Hello there {author}.",
"It is {date}."
],
"description": "A hello-world config-based 'content' plugin.",
"formatted": true,
"ignore_post": ["chmodx"],
"allow_bad_tags": true
},
"hello-file": {
"aliases": ["hello-world-file"],
"filename": "~/.profile",
"description": "A hello-world config-based file plugin (uses ~/.profile).",
"formatted": false,
"ignore_post": ["chmodx"]
}
},
"jquery": {
"no_download": false
},
"open": {
"editor": "/usr/bin/vim"
},
"plugins" : {
"global": {
"author": "Your Name (set in config->plugins->global)",
"default_version": "0.0.1"
},
"default_filename": "new_file",
"default_plugin": "text",
"disabled_deferred": [],
"disabled_post": [],
"disabled_types": []
},
"python": {
"template": "docopt"
}
}