From 73d8587ac535fc3a6441bacf1da4158eae84ea35 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 27 Apr 2023 07:30:18 -0700 Subject: [PATCH] doc: add installation instructions for lazy.nvim --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 89c6e9d..7058eb5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ https://user-images.githubusercontent.com/506791/209727111-6b4a11f4-634a-4efa-94 oil.nvim supports all the usual plugin managers +
+ lazy.nvim + +```lua +{ + 'stevearc/oil.nvim', + opts = {}, + -- Optional dependencies + dependencies = { "nvim-tree/nvim-web-devicons" }, +} +``` + +
+
Packer