nvim-config/.luarc.json

6 lines
172 B
JSON
Raw Permalink Normal View History

2022-09-22 19:13:23 +00:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.library": [
"${3rd}/luassert/library"
]
}