-
Case: I have tests in repo, but iI need to run it in different directory.
It seems as cwd in adapter setup does not work. I also have tried to put cwd to adapters = dap = {cwd = 'path_here'} (it is a…
-
Subscribe to this issue and stay notified about new [daily trending repos in Lua](https://github.com/trending/lua?since=daily).
-
Hi,
first of all thank you very much for providing this plugin. It truly contributes to closing the gap to properly working with Java in NeoVim.
# Proposed change
The plugin should favor…
-
**NeoVim Version**
NVIM v0.11.0-dev-298+gd82efeccc
Build type: RelWithDebInfo
LuaJIT 2.1.1716656478
**Describe the bug**
Java file watcher does not work as the jdtls is marked as an invalid lsp…
-
### Neovim version (nvim -v)
v0.10.1
### Operating system/version
NixOS 24.05
### How to reproduce the issue
This is my test file
```haskell
{-# LANGUAGE QuasiQuotes #-}
module Tests.Server.…
-
Am I missing something or should I be able to set debugger breakpoints with `nvim-dap` and hit them when running tests with `neotest-mocha`? I am unable to debug Mocha tests, I get the following error…
-
I would like to migrate from `vim-test` but it seems I'm missing something.
My development environment is running inside Docker, so the way to execute the tests is:
```bash
docker exec -it $(docker…
-
### 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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Cannot debug flutter with launch.json
### Expected Behavior
Could debug flutter w…
-
### Debug adapter definition and debug configuration
```lua
return {
{
"rcarriga/nvim-dap-ui",
dependencies = {
"mfussenegger/nvim-dap",
"nvim-neotest/nvim-nio",
…