Ricardo Casía
Ricardo Casía
During the development of [neotest-java](https://github.com/rcasia/neotest-java), I encountered a problem when attempting to execute its tests with neotest-plenary. The tests failed to run as expected. I was unable to use neotest-plenary...
Issue: #3748 ## Overview This PR adds clarity to the usage of test methods with the --select-method argument for CLI users. --- I hereby agree to the terms of the...
### Did you check the docs? - [X] I have read all the LazyVim docs ### Is your feature request related to a problem? Please describe. I recently added the...
Thank you for the excellent effort! It would be great if bashunit incorporated a functionality to generate test report files, facilitating seamless integration with IDEs or diverse software platforms. I'm...
I'm relatively new to using DAP, so I'll need to delve into its functionalities and documentation to better understand the 'what' and 'how-to's. This is important for https://github.com/LazyVim/LazyVim/issues/1984.
Added the enum type annotation `vim.lsp.protocol.Methods` to provide some intellisense support, improving developer experience with autocomplete suggestions and documentation.
**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. This just happens...
Hi :wave: I needed to search insided nested groups and I needed this few changes for my usecase. Thanks for the useful repo! Related to #6.
For now, the plugin assumes that the location of the binary is `./lib/bashunit`. But it is posible to have the binary avaliable in `$PATH` or other user-defined location. It would...