From 4f4b8e67e23b03f6ce25999a95dcdbc9c40c27e9 Mon Sep 17 00:00:00 2001 From: DanMargera Date: Fri, 21 May 2021 08:42:30 -0300 Subject: [PATCH] Add requirements to installation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83de38c..064d3c1 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ to go to the files you want. Unlimited terminals and navigation. ## Installation -Simply install via your favorite plugin manager. +Simply install via your favorite plugin manager. (Requires NeoVim >= 0.5.0) ```vim Plug 'nvim-lua/plenary.nvim' " don't forget to add this one if you don't have it yet! +Plug 'nvim-lua/popup.nvim' Plug 'ThePrimeagen/harpoon' ```