astronvim_config/.luacheckrc
Jiří Štefka cb397b7f92
feat(luacheck): add .luacheckrc
to add variables that are defined in AstroNvim
2023-10-04 09:09:56 +02:00

9 lines
95 B
Lua

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