From 3244e34254d6bb9e6f6e9379affccd08c643094f Mon Sep 17 00:00:00 2001 From: Cyber Gsus Date: Mon, 26 Apr 2021 21:47:18 +0200 Subject: [PATCH] Added plenary.nvim as an explicit dependency on docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31be114..de29113 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Unlimited terminals and navigation. ## Installation Simply install via your favorite plugin manager. -``` +```vim +Plug 'nvim-lua/plenary.nvim' " don't forget to add this one if you don't have it yet! Plug 'ThePrimeagen/harpoon' ```