-
I'm working on a monorepo and so I understand things can be more complex to set up, however I can't seem to figure out how to debug why the plugin is not working correctly. The only info I get from ne…
-
on my setup,
Windows : 11
cmake : 3.28
neovim : 0.10.0
I found that line :
` local filter = string.format("-I 0,0,0,%s", table.concat(runnable_tests, ","))`
produces an error from comman…
-
### Neovim version (nvim -v)
NVIM v0.10.0-dev
### Operating system/version
Linux
### Describe the bug
# Issue
I am using `overseer.nvim`+`toggleterm.nvim`+`neotest`+`neotest-plenary`, and writin…
-
For whatever reason it appears like syntax highlighting does not automatically works.
Let's say I open a yml file which is backed by a few lsps
![image](https://github.com/NormalNvim/NormalNvim/as…
-
I am using `nvim-dap-go` and `neotest-golang` ontop of astronvim. I think I am adding all the necessary configuration but for some reason it is not working I tried reading the dap logs but can't figu…
-
Say, I can run a test like so:
`flutter test --plain-name "parse topstories.json" test/json_test.dart`
How do I trigger dap to debug it?
I tried set breakpoints and trigger `:lua require'dap'.co…
-
Here how it looks:
While on your screenshot I can see "Fail" + how much took near test
The output:
```
=== RUN TestIssuer_IssueCourier
=== PAUSE TestIssuer_IssueCourier
=== CONT TestIssue…
-
This happens whenever I try to run tests with this adapter, but is easily reproducible with my small [aocpp repo](https://github.com/zotlann/aocpp). Steps to reproduce and full error output below.
…
-
Hi (again 😄) 👋 and thanks for making this nice adapter!
I'm just wondering, what is your recommendation on getting these symbols to not cause linting issues, and making it possible to perform e.g. …
-
### Did you check docs and existing issues?
- [X] I have read all the lazy.nvim docs
- [X] I have searched the existing issues of lazy.nvim
- [X] I have searched the existing issues of plugins relate…