aboutsummaryrefslogtreecommitdiffstats
path: root/.luarc.json
blob: 2aa780f63ff73fb7332169c3ac88eab0dbf59eaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
  "runtime": {
    "version": "LuaJIT"
  },
  "workspace": {
    "library": [
      "lua",
      "$VIMRUNTIME",
      "${3rd}/luv/library"
    ],
    "checkThirdParty": false
  }
}