docs: document lazy.nvim instalation

This commit is contained in:
Flavio Garcia 2023-12-29 00:22:29 -05:00
parent 6afc142443
commit 272faf32b7

View File

@ -44,6 +44,14 @@ use {
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