aboutsummaryrefslogtreecommitdiff
path: root/contrib/luarc.json
blob: 770b023ac600d20cf7390d0b3cd30466dc246cb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "runtime.version": "LuaJIT",
    "diagnostics": {
        "enable": true,
        "globals": [
          "vim",
          "describe",
          "it",
          "before_each",
          "after_each",
          "setup",
          "teardown"
        ]
    },
    "workspace": {
        "library": {
            "runtime/lua": true
        },
        "maxPreload": 2000,
        "preloadFileSize": 1000
    },
    "telemetry.enable": false
}