aboutsummaryrefslogtreecommitdiff
path: root/env/.config/nvim/.luarc.json
blob: 0a9771d35603b829da302e774e587b9aaf632c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "runtime.version": "LuaJIT",
  "runtime.path": [
    "lua/?.lua",
    "lua/?/init.lua"
  ],
  "diagnostics.globals": ["vim",
        "endclose_tag_on_exit"],
  "workspace.checkThirdParty": false,
  "workspace.library": [
    "$VIMRUNTIME",
    "./lua"
  ],
    "diagnostics.disable": [
        "deprecated"
    ]
}