Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marilari88 authored Apr 17, 2024
1 parent 265d22a commit 262a51e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,27 @@ Credits to [neotest-jest](https://github.com/haydenmeade/neotest-jest)

## How to install it

### Lazy
### Lazy.nvim

```lua
{
"nvim-neotest/neotest",
dependencies = {
...,
"marilari88/neotest-vitest",
},
config = function()
require("neotest").setup({
...,
adapters = {
require("neotest-vitest"),
}
})
end,
}
```

### LazyVim

```lua
{
Expand Down

0 comments on commit 262a51e

Please sign in to comment.