-
Start getting error after update nvim, nvim-treesitter and go parser:
> query: invalid structure at position 1288 for language go
stack traceback:
[C]: in function '_t…
-
Hi! 👋
I'm using LazyVim and it comes with a [pre-configured command](https://www.lazyvim.org/plugins/extras/test.core#neotest-1) (click "full spec") for running all tests:
```lua
{ "tT", funct…
-
First of all, thank you very much for your work, which has given me a new experience in testing elixir in nvim. But I don't know if you have the same feeling that doing Unit Testing in elixir is much …
-
I'm able to run my tests manually with "npm test" (which just runs `jest`)
```json
"scripts": {
"test": "jest"
},
```
![screenshot_2023-08-12_23-36-19_117641218](https://github.com/nvi…
-
```
neotest-rust: ...uzhiping/.local/share/nvim/lazy/neotest/lua/nio/init.lua:105: The coroutine failed with this message:
...share/nvim/lazy/neotest-rust/lua/neotest-rust/errors.lua:7: attempt to i…
-
This output displays the test for about a second before is disappears.
Is it possible to have it stay?
`:h neotest.output` tells me i can manually call the "consumer" with..
`lua require("neot…
-
I use neotest-go and neotest-rust, when I hove to the test function and run:
**require("neotest").run.run({strategy = "dap"})**
it prints:
```console
Adapter doesn't support chosen strategy
…
-
Hey, incredible work on this repository, and I think it would be better if we could run with docker, too, because the vast majority of companies use docker nowadays.
I thought like we could run this,…
-
**NeoVim Version**
output of `nvim --version`
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by linuxbrew@1eb16d0118e5
Features: +acl +iconv +tui
See ":help fea…
-
- Originally reported by @Kleidukos
- Reproduced by me
### Neovim version (nvim -v)
nightly
### Operating system/version
NixOS 23.05
### How to reproduce the issue
Place cursor on t…