mirror of
https://github.com/NotAShelf/slides.nvim.git
synced 2025-02-21 19:08:05 +00:00
7 lines
157 B
Lua
7 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" }
|