gopher.nvim/.luarc.json
2023-07-20 19:53:44 +03:00

10 lines
160 B
JSON

{
"diagnostics.globals": [
"describe",
"it",
"before_each",
"after_each",
"before_all",
"after_all"
]
}