-
Since all of the libraries generate JUnit XML reports they can be used to get the test results more reliably instead of trying to parse SBT output that may be polluted by logs or other tests that run …
-
This is my dap configs:
```
{
"mfussenegger/nvim-dap",
dependencies = {
"theHamsta/nvim-dap-virtual-text",
"rcarriga/nvim-dap-ui",
"nvim-neotest/nvim-nio",
"mfu…
-
**NeoVim Version**
```
NVIM v0.10.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Run "nvim -V1 -v" for more info
```
**Describe the bug**
`nvim` takes a long time to start. Instead of t…
-
Hi.
This is probably just a config error, but I haven't been able to figure it out.
I'm using the LazyVim distribution, and have tried to follow the setup for Neotest-java. All the setup works f…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Occasionally encountering the error `[LSP][dartls] timeout`, LSP is unable to perform code fo…
-
[neotest](https://github.com/nvim-neotest/neotest)
[neotest-golang](https://github.com/fredrikaverpil/neotest-golang)
-
Using Neovim 0.10 and playwright 1.44.1
I select 'chromium' using `NeotestPlaywrightProject` then try to run playwright tests:
![image](https://github.com/thenbe/neotest-playwright/assets/210100…
-
I get the following error:
```
Failed to load `plugins.neotest`
....10.0/share/nvim/runtime/lua/vim/treesitter/language.lua:107: no parser for 'cpp' language, see :help treesitter-parsers
# st…
TilGP updated
5 months ago
-
My configuration is as follows:
```lua
local adapters = {
require 'neotest-python' {
runner = 'pytest',
dap = {
justMyCode = false
},
},
require 'neotest-busted',
}
```
As …
-
### Did you check the docs?
- [X] I have read all the docs
### Is your feature request related to a problem? Please describe.
I would like to be able to add my own autocommands / keymaps based on f…