-
I use the LazyVim configuration with this code to neotest:
``` lua
return {
{
"rcasia/neotest-java",
init = function()
-- override the default keymaps.
-- needed until neo…
-
### 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…
-
After opening a couple of buffers (with neo-tree in case this matters) and using bufferlist a couple of times, jumping around between buffers and opening new buffers, I pretty quickly reach a point wh…
-
### RSpec test
```ruby
RSpec.shared_examples 'to be included' do
it 'adds two numbers together' do
expect(subject).to eq(1)
end
end
```
```ruby
require_relative './shared_examples…
-
### Description
JUnit5 includes a jar file for running tests directly from the commandline. Unfortunately Quarkus crashes with the following error. It would be really nice to be able to run Quarkus t…
-
### Did you check docs and existing issues?
- [X] I have read all the LazyVim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the exi…
-
- [ ] integrate with [neotest](https://github.com/nvim-neotest/neotest)
- [ ] make it required for testing
- [ ] make #16 work with neotest if not already integrated (if this is the case then that …
-
Hi,
I'm trying to setup a rust setup with the flake nix4nvchad:
```nix
programs = {
nvchad = {
enable = true;
extraPackages = with pkgs; [
nixd
rust-analyzer
…
-
Is the project interested in adding support for neotest and if so, are contributions welcomed to add this capability.
-
### 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…