feat(luacheck): add .luacheckrc
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Successful in 8s

to add variables that are defined in AstroNvim
This commit is contained in:
Jiří Štefka 2023-10-04 09:09:56 +02:00
parent 936f405764
commit cb397b7f92
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

9
.luacheckrc Normal file
View File

@ -0,0 +1,9 @@
std = {
globals = {
"vim",
"require",
},
read_globals = {
"fallback",
},
}