about summary refs log tree commit diff
path: root/.config/nvim/.luarc.json
blob: ceb1818dc71466c97567fca458448cc4a0ade598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "runtime.version": "LuaJIT",
  "runtime.path": [
    "lua/?.lua",
    "lua/?/init.lua"
  ],
  "diagnostics.globals": ["vim"],
  "workspace.checkThirdParty": false,
  "workspace.library": [
    "$VIMRUNTIME"
  ]
}