-
### 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.…
-
### Did you check docs and existing issues?
- [X] I have read all the which-key.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the …
-
I just installed and setup for the first time and got things seemingly working except they always show as failed even when the tests are successful. See screenshot. Any thoughts? Thanks!
![image](h…
-
### Have you read the docs and searched existing issues?
- [X] I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshootin…
-
I've noticed that `neotest-minitest` (and maybe it's the default behaviour in `neotest`) fires off a separate process for each file in a directory when running noetest on a directory.
I'm using Rai…
nulty updated
2 months ago
-
I tried using require nvchad.themes and then calling Telescope themes but I get no themes in the picker.
-
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…
-
As lua in neovim improves, more and more neovim plugins are starting to pop up. Personally, I try to keep my config light on plugins, so its becoming impossible for me to watch new plugins and add the…
-
## Description
Bunch of extra side buffers open on every new session.
## Steps to reproduce
Use this plugin with:
https://github.com/rmagatti/auto-session
enable autocmds:
```
a…
-
### Describe the feature
I like how in Intellij tests are marked with a small green triangular "run button" icon to the left. In a similar fashion if there is a super method it is marked with a small…