-
Hi! Great plugin! :D
I have been working on getting a better integrated neovim setup, where coding, debugging & testing feel more at home with each other.
Your plugin really takes care of integra…
-
Hi, I've just installed the plugin with lazy and is throwing this error:
```
...hare/nvim/lazy/lazy.nvim/lua/lazy/manage/task/plugin.lua:96: Vim:E154: Duplicate tag "neotest-busted-table-o…
-
I am getting an error when trying to install it using Lazy:
```lua
{
'nvim-neotest/neotest',
dependencies = {
'nvim-neotest/nvim-nio',
'nvim-lua/plenary.nvim',
'antoinemadec/Fix…
-
Ciao!
Do you plan on adding some kind of tests-summary like neotest does?
Thanks!
-
This is closely related to #47. I've added the following snippet to the top of my `init.lua` file:
```lua
vim.opt.runtimepath:prepend "~/.local/plugged/one-small-step-for-vimkind/"
if vim.env.DO_…
-
### Debug adapter definition and debug configuration
Ive installed debugpy through Mason.
### Debug adapter version
1.8.7
### Steps to Reproduce
I have debugpy installed and it is loaded within …
-
### Did you check the docs?
- [X] I have read all the LazyVim docs
- [X] This is not a request for a new or existing extra (see above)
### Is your feature request related to a problem? Please descri…
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues]…
-
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 …