feat(luacheck): add .luacheckrc
to add variables that are defined in AstroNvim
This commit is contained in:
parent
936f405764
commit
cb397b7f92
1 changed files with 9 additions and 0 deletions
9
.luacheckrc
Normal file
9
.luacheckrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
std = {
|
||||
globals = {
|
||||
"vim",
|
||||
"require",
|
||||
},
|
||||
read_globals = {
|
||||
"fallback",
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue