diff --git a/README.md b/README.md index 83de38c..1993467 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ to go to the files you want. Unlimited terminals and navigation. ## Installation +### 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! +Plug 'nvim-lua/popup.nvim' Plug 'ThePrimeagen/harpoon' ```