Files
my-nvim/.luarc.json
2024-12-18 11:36:49 +02:00

8 lines
91 B
JSON

{
"diagnostics.disable": [
"undefined-global",
"unused-local"
]
}