Add popup.vim as a dependency in installation

This commit is contained in:
Erik St. Martin
2020-08-27 09:37:25 -04:00
parent 0c7b191afd
commit b9cf1fe608

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