summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik St. Martin <alakriti@gmail.com>2020-08-27 09:37:25 -0400
committerErik St. Martin <alakriti@gmail.com>2020-08-27 09:37:25 -0400
commitb9cf1fe6083b21635c9bd2763daa78f70eeacde5 (patch)
tree72c0c971b50475a022b8a6b1e6eed1dc57f356fb
parent0c7b191afd4266f571ae9684d436db65288bd81e (diff)
Add popup.vim as a dependency in installation
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e519caa..0c66cc8 100644
--- a/README.md
+++ b/README.md
@@ -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'
```