From 272faf32b7df22bc9671c983e76b226792c95d60 Mon Sep 17 00:00:00 2001 From: Flavio Garcia Date: Fri, 29 Dec 2023 00:22:29 -0500 Subject: [PATCH] docs: document lazy.nvim instalation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b94ac6e..a863e1e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ use { requires = { {"nvim-lua/plenary.nvim"} } } ``` +* install using [lazy.nvim](https://github.com/folke/lazy.nvim) +```lua +{ + "ThePrimeagen/harpoon", + branch = "harpoon2", + dependencies = { "nvim-lua/plenary.nvim" } +} +``` ## ⇁ Getting Started