Merge pull request #460 from piraz/harpoon2

docs: document lazy.nvim instalation
This commit is contained in:
ThePrimeagen 2024-01-05 15:25:41 -07:00 committed by GitHub
commit aec1036da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,14 @@ use {
requires = { {"nvim-lua/plenary.nvim"} } requires = { {"nvim-lua/plenary.nvim"} }
} }
``` ```
* install using [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"ThePrimeagen/harpoon",
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" }
}
```
## ⇁ Getting Started ## ⇁ Getting Started