* create workspaces file * add workspace numbers to project lines * add action to change a project's workspace * add keymapping to change workspace * separate workspace mappings * add workspace key mappings to README * fix luacheck as recommended in * fix test cases and make them more robust - add a few assertions - use `tostring` for the title to make it usable for plenary paths and regular paths defined as strings (from test cases) * workspaces are shown on default Co-authored-by: chrislaidler <cjjlaidler@gmail.com>
11 lines
172 B
Lua
11 lines
172 B
Lua
-- Rerun tests only if their modification time changed.
|
|
cache = true
|
|
|
|
-- Global objects defined by the C code
|
|
read_globals = {
|
|
"vim",
|
|
"describe",
|
|
"it",
|
|
"assert",
|
|
}
|