Merge pull request #62 from CyberGsus/add-plenary-to-readme

Added plenary.nvim as an explicit dependency on docs
This commit is contained in:
ThePrimeagen 2021-04-26 14:35:42 -06:00 committed by GitHub
commit 317e3a0e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'
```