feat(luacheck): add .luacheckrc
to add variables that are defined in AstroNvim
This commit is contained in:
parent
936f405764
commit
cb397b7f92
9
.luacheckrc
Normal file
9
.luacheckrc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
std = {
|
||||||
|
globals = {
|
||||||
|
"vim",
|
||||||
|
"require",
|
||||||
|
},
|
||||||
|
read_globals = {
|
||||||
|
"fallback",
|
||||||
|
},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user