-
### 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…
-
### Debug adapter definition and debug configuration
```lua
return {
{
"rcarriga/nvim-dap-ui",
dependencies = {
"mfussenegger/nvim-dap",
"nvim-neotest/nvim-nio",
…
-
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…
-
I have followed the suggested steps on how to install it via LazyVim but I am unable to get it to work. I keep getting the following error message:
![CleanShot 2024-06-27 at 09 55 24@2x](https://gi…
-
### Debug adapter definition and debug configuration
```
return {
"mfussenegger/nvim-dap",
dependencies = {
"rcarriga/nvim-dap-ui",
"nvim-neotest/nvim-nio"
},
co…
-
## Description
MSTest is harder than xUnit and nUnit when it comes to discovering tests because it just returns the Testname and not the namespace. This introduces naming conflicts.
### Issue
- h…
-
### Debug adapter definition and debug configuration
I have installed the plugin via [lazyvim](https://www.lazyvim.org/extras/dap/core) with some aditional configs:
```lua
local js_based_languages …
-
My configuration is as follows:
```lua
local adapters = {
require 'neotest-python' {
runner = 'pytest',
dap = {
justMyCode = false
},
},
require 'neotest-busted',
}
```
As …
-
Hi,
I'm trying to make the switch from neotest-go to neotest-golang.
I've used this configuration:
```
return {
"nvim-neotest/neotest",
dependencies = {
"nvim-treesitter/nvi…
-
Hey,
big fan of the project!
I can not seem to get the REPL working properly for tests. For some reason I can not get the value for any variable that is declared in a function. I can however a…