Skip to content

Commit

Permalink
Adding luarocks badge and minumum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Issafalcon authored Dec 27, 2024
1 parent 0656bae commit 256eeb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<a href="https://github.com/Issafalcon/neotest-dotnet/releases">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/Issafalcon/neotest-dotnet?style=for-the-badge">
</a>
<a href="https://luarocks.org/modules/Issafalcon/neotest-dotnet">
<img alt="LuaRocks Pacakage" src="https://img.shields.io/luarocks/v/Issafalcon/neotest-dotnet?logo=lua&color=purple&style=for-the-badge">
</a>
</p>


# Neotest .NET

Neotest adapter for dotnet tests
Expand All @@ -24,6 +28,7 @@ neotest-dotnet requires makes a number of assumptions about your environment:
2. The user is running tests using one of the supported test runners / frameworks (see support grid)
3. (For Debugging) `netcoredbg` is installed and `nvim-dap` plugin has been configured for `netcoredbg` (see debug config for more details)
4. Requires [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) and the parser for C#.
5. Requires `neovim v0.10.0` or later

# Installation

Expand Down

0 comments on commit 256eeb5

Please sign in to comment.