summaryrefslogtreecommitdiff
path: root/common/config.json
blob: f9aee18a1361747f9657f74a92a85d7dc58bff0f (plain)
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
{
    "completers": {
        "abbreviation": "abbreviation",
        "altstyle": "alternateStyleSheet",
        "bookmark": "bookmark",
        "buffer": "buffer",
        "charset": "charset",
        "color": "colorScheme",
        "command": "command",
        "dialog": "dialog",
        "dir": "directory",
        "environment": "environment",
        "event": "autocmdEvent",
        "extension": "extension",
        "file": "file",
        "help": "help",
        "highlight": "highlightGroup",
        "history": "history",
        "javascript": "javascript",
        "macro": "macro",
        "mapping": "userMapping",
        "mark": "mark",
        "menu": "menuItem",
        "option": "option",
        "preference": "preference",
        "qmark": "quickmark",
        "runtime": "runtime",
        "search": "search",
        "shellcmd": "shellCommand",
        "toolbar": "toolbar",
        "url": "url",
        "usercommand": "userCommand"
    },

    "option-defaults": {
        "guioptions": "rb"
    }
}