Files
nvim/lua/.luarc.json

10 lines
111 B
JSON

{
"diagnostics.globals": [
"g",
"o",
"a",
"vim",
],
"workspace.checkThirdParty": false
}