Skip to content

Commit

Permalink
docs(readme): replace packer snippet with lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 13, 2023
1 parent eed95bb commit 204eaf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ See also: [neotest installation instructions](https://github.com/nvim-neotest/ne

- Requires the tree-sitter parser for haskell to be installed.

The following example uses [`packer.nvim`](https://github.com/wbthomason/packer.nvim):
The following example uses [`lazy.nvim`](https://github.com/folke/lazy.nvim):

```lua
use({
{
'nvim-neotest/neotest',
requires = {
dependencies = {
-- ...,
'mrcjkb/neotest-haskell',
'nvim-lua/plenary.nvim',
}
})
}
```

## Configuration
Expand Down

0 comments on commit 204eaf0

Please sign in to comment.