ivy.nvim/.luacheckrc
2022-08-07 16:41:51 +01:00

18 lines
244 B
Lua

-- Rerun tests only if their modification time changed.
cache = true
std = luajit
codes = true
self = false
-- Global objects defined by the C code
read_globals = {
"vim",
"it",
"after",
"after_each",
"before",
"before_each",
}