Skip to content

Commit

Permalink
Added lazy.nvim install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini1 committed Sep 5, 2023
1 parent afcd3e1 commit 867cf9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
use { "linguini1/pulse.nvim" }
```

Using [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"linguini1/pulse.nvim",
version = "*", -- Latest stable release
}
```

### Configuration

The configuration for pulse.nvim is very simple. Below is the default configuration. See `:h pulse.setup()` for more
Expand Down

0 comments on commit 867cf9c

Please sign in to comment.