astronvim_config/.luacheckrc
Jiří Štefka cb397b7f92
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Successful in 8s
feat(luacheck): add .luacheckrc
to add variables that are defined in AstroNvim
2023-10-04 09:09:56 +02:00

10 lines
95 B
Lua

std = {
globals = {
"vim",
"require",
},
read_globals = {
"fallback",
},
}