Files
telescope-project.nvim/.luacheckrc
matu3ba ad33c9eb67 feat: workspaces (#74)
* 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>
2021-11-20 07:43:15 +00:00

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",
}