Skip to content

Commit 92e6605

Browse files
authored
docs: minor changes to README.md (#399)
* doc: Added installation using packer to README.md * doc: Added neo-tree.nvim to README.md
1 parent 31807ee commit 92e6605

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ At the moment, it is very much in pre-alpha :smile: Expect changes to the way so
1212

1313
## Installation
1414

15+
Using [plug](https://github.com/junegunn/vim-plug):
16+
1517
```vim
1618
Plug 'nvim-lua/plenary.nvim'
1719
```
1820

21+
Using [packer](https://github.com/wbthomason/packer.nvim):
22+
23+
```
24+
use "nvim-lua/plenary.nvim"
25+
```
26+
1927
## Modules
2028

2129
- `plenary.async`
@@ -92,6 +100,7 @@ end
92100
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
93101
- [vgit.nvim](https://github.com/tanvirtin/vgit.nvim)
94102
- [neogit](https://github.com/TimUntersberger/neogit)
103+
- [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)
95104

96105
### plenary.async_lib
97106

0 commit comments

Comments
 (0)