summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/.luarc.json
blob: ae020062ccd585840fc4faf9c1cf05da922c654e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "$schema": "https://raw.githubusercontent.com/LuaLS/lua-language-server/master/setting/schema.json",
  "runtime": {
    "version": "LuaJIT",
    "path": [
      "?.lua",
      "?/init.lua"
    ]
  },
  "workspace": {
    "checkThirdParty": false,
    "library": [
      "${3rd}/luv/library",
      "${3rd}/busted/library"
    ]
  },
  "diagnostics": {
    "globals": ["vim", "MiniFiles", "MiniPick"]
  },
  "telemetry": {
    "enable": false
  }
}