Merge pull request #2 from erikstmartin/master

Add popup.vim as a dependency in installation
This commit is contained in:
TJ DeVries
2020-08-27 15:35:36 -04:00
committed by GitHub

View File

@@ -7,6 +7,7 @@ Gaze deeply into unknown regions using the power of the moon.
## Installation
```vim
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-lua/telescope.nvim'
```