DashNix/nvim/.luarc.json

10 lines
No EOL
247 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": [
"termid",
"global"
],
"Lua.workspace.library": [
"${3rd}/luassert/library"
]
}