mirror of
https://github.com/NotAShelf/slides.nvim.git
synced 2025-02-22 03:18:04 +00:00
8 lines
157 B
Text
8 lines
157 B
Text
|
-- 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" }
|