From 22e74ec97809ab6d92b22d7a5a0f849748ff230a Mon Sep 17 00:00:00 2001 From: DanMargera Date: Sun, 23 May 2021 10:46:52 -0300 Subject: [PATCH] neovim version requirement subheader --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 064d3c1..1993467 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ to go to the files you want. Unlimited terminals and navigation. ## Installation -Simply install via your favorite plugin manager. (Requires NeoVim >= 0.5.0) +### Requires Neovim version 0.5.0+ +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!