A Neovim plugin that provides integration with testing-language-server.
This plugin registers a language server client in Neovim for testing-language-server, allowing you to run tests directly from your editor.
The following commands are available:
:TestingLSRunFileTests
- Run tests for the current file:TestingLSRunWorkspaceTests
- Run tests for the entire workspace