Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720 | Javier Lopez | 2022-05-31 |
| | | | | | | | | | - Complete function: There was lots of unnecessary C code for the complete function, therefore moving it to Lua and use all the plumbing we have in place to retrieve the results. - Moving the module: It's important we keep nvim lua modules name spaced, avoids conflict with plugins, luarocks, etc. | ||
* | test(runtime/health): cover lua healthchecks | Javier López | 2021-10-04 |
- Add tests for lua healthchecks (failure, success and submodules). - Reword some of the test naming for improved logs readability. - Modify render test to accomodate the changes of the health autoload function. - Add test for :checkhealth completion of Lua healtchecks. |