Skip to content

Commit

Permalink
docs(README): installation with lazy.nvim (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Tapes authored Sep 10, 2023
1 parent 99dc8df commit ee98945
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ use {
}
```

[lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
"nvim-neotest/neotest",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
"antoinemadec/FixCursorHold.nvim"
}
}
```

To get started you will also need to install an adapter for your test runner.
See the adapter's documentation for their specific setup instructions.

Expand Down

0 comments on commit ee98945

Please sign in to comment.