aboutsummaryrefslogtreecommitdiff
path: root/contrib/luarc.json
blob: ebad0581b99cb80f5135c8fdbc3a354cb9052bdc (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
24
25
26
27
28
{
    "runtime.version": "LuaJIT",
    "diagnostics": {
        "enable": true,
        "globals": [
          "vim",
          "describe",
          "pending",
          "it",
          "before_each",
          "after_each",
          "setup",
          "teardown",
          "finally",
          "lfs"
        ]
    },
    "workspace": {
        "library": [
            "runtime/lua",
            "${3rd}/lfs/library"
        ],
        "checkThirdParty": false,
        "maxPreload": 2000,
        "preloadFileSize": 1000
    },
    "telemetry.enable": false
}