mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
docs: document lazy.nvim instalation
This commit is contained in:
parent
6afc142443
commit
272faf32b7
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user