dotfiles/.luarc.json

8 lines
115 B
JSON

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