From c33ee2982198266122b0a160e387152bd0d26125 Mon Sep 17 00:00:00 2001 From: Jasha Sommer-Simpson <8935917+Jasha10@users.noreply.github.com> Date: Sat, 20 May 2023 08:50:20 -0500 Subject: [PATCH] readme.md: install instructions for lazy.nvim This commit updates `readme.md` with installation instructions for use with the [lazy.nvim](https://github.com/folke/lazy.nvim) package manager. --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 22418fc..64a9997 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,12 @@ Install with [packer](https://github.com/wbthomason/packer.nvim): use { 'aymericbeaumet/vim-symlink', requires = { 'moll/vim-bbye' } } ``` +Install with [lazy.nvim](https://github.com/folke/lazy.nvim): + +```lua +{ "aymericbeaumet/vim-symlink", dependencies = { "moll/vim-bbye" } } +``` + Install with [vim-plug](https://github.com/junegunn/vim-plug): ```vim