Added plenary.nvim as an explicit dependency on docs

This commit is contained in:
Cyber Gsus 2021-04-26 21:47:18 +02:00
parent 467343b944
commit 3244e34254

View File

@ -29,7 +29,8 @@ Unlimited terminals and navigation.
## Installation
Simply install via your favorite plugin manager.
```
```vim
Plug 'nvim-lua/plenary.nvim' " don't forget to add this one if you don't have it yet!
Plug 'ThePrimeagen/harpoon'
```