-
**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
3 weeks ago
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …
-
I can't connect to my neo4j 4.0.4 enterprise server .
It works with python's driver.
I had trace connection process and it freeze in socket.connect .
Do you have any idea about this compat…
-
I've readed the problem with stylua prebuilt binaries in #240 and #407 , however AFAIK this error isn't expected in the stylua compiled by pre-commit using the repo's file Cargo.toml.
My relevant p…
-
**Describe the bug**
whenever i run neotest with neotest-zig, the tests aren't loaded and i get the ff. error:
```
Error 17:28:05 msg_show.lua_error Error executing vim.schedule lua callback…
-
**NeoVim Version**
NVIM v0.11.0-dev-734+g8a2aec997
**Describe the bug**
The `neotest.lib.treesitter.parse_positions` works just fine in Neovim 0.10.1 but crashes in nightly. I noticed this as I…
-
I'm fairly sure there is a conflict between neotest-python and neotest since a global function is failing to run. When I attempt to debug any tests with pytest I get the following error:
```
neote…
-
Hi,
Since the 0ab9ad357075b8a7b516bf736b40854751b75845 commit I started to get the following error when I try to run any test:
```
neotest-python: .../nvim/lazy/neotest-python/lua/neotest-pyth…
-
-
### Question
I am new to neovim editor.
I run neovim on windows powershell via windows terminal.
I add haskell language surpport by edit lazyvim extra config on its tui.
And then it clone neotes…