gopher.nvim/.luarc.json
2024-03-15 23:51:02 +02:00

10 lines
160 B
JSON

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