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