slides.nvim/.luacheckrc
2023-12-31 13:03:11 +03:00

8 lines
157 B
Lua

-- vim: ft=lua tw=80
-- Rerun tests only if their modification time changed.
cache = true
-- Global objects defined by the C code
read_globals = { "vim" }