config.nvim/lua/.luarc.json

5 lines
65 B
JSON
Raw Permalink Normal View History

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