mirror of
https://github.com/NotAShelf/slides.nvim.git
synced 2024-11-01 11:01:18 +00:00
8 lines
157 B
Lua
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" }
|