gopher.nvim/.luarc.json
2023-06-10 02:01:58 +03:00

4 lines
148 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": ["describe", "it"]
}