-
```
Failed to run `config` for nvim-dap
....local/share/nvim/lazy/nvim-dap-ui/lua/dapui/logging.lua:42: attempt to call field 'iter' (a nil value)
# stacktrace:
- .config/nvim/lua/plugins/da…
-
**NeoVim Version**
```
$ nvim --version
NVIM v0.9.0
```
**Describe the bug**
I have a main Neovim config that runs this setup for Neotest:
```lua
neotest.setup({
adapters = {
r…
fnune updated
9 months ago
-
**NeoVim Version**
NVIM v0.10.0-dev-2255+g4c9119461
Build type: RelWithDebInfo
LuaJIT 2.1.1706708390
**Describe the bug**
Actually, when I require all the adapters in my config, I got `No Tests…
-
**NeoVim Version**
```
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1702233742
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
```
**Describe the bug**
I…
-
### Did you check docs and existing issues?
- [X] I have read all the LazyVim docs
- [X] I have searched the existing issues of LazyVim
- [X] I have searched the existing issues of plugins relate…
-
### Feature description
Hey there, I'm not sure if this can/should be accomplished on the rustaceanvim side, or if this originates from rust-analyzer runnables, but when using tests annotated with `[…
-
Apologies for the somewhat light bug report, I've just setup this fork after finding in the other `neotest-pest` repo - the setup went quite smoothly though when looking to run tests I'm getting a `Do…
-
Hi,
I have followed the docs and installed lunarvim fresh as of today.
I found ~/.config/lvim/config.lua to contain only 4 comments and no configuration at all.
So I copied the https://github.c…
-
Hi, I am developing an adapter to integrate neotest with [hardhat](https://hardhat.org/). I have a code like these
```lua
M.STATUS = {
passed = "passed",
skiped = "skipped",
failed …
-
### Did you check the docs?
- [X] I have read all the docs
### Is your feature request related to a problem? Please describe.
I've tried adding this to kickstart.nvim, but think there are issues wi…