From b6aaeaf542acb694f4b9696754d4c83dc0af5c79 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 22 Feb 2026 16:24:42 -0500 Subject: [PATCH] fix(doc): explicitly mention lazy.nvim config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1b1f8..1973a0e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ luarocks install oil.nvim **Q: How do I migrate from `stevearc/oil.nvim`?** Change the plugin source and replace `setup()` with `vim.g.oil` in `init`. The -configuration table is identical — only the entry point changes. +configuration table is identical — only the entry point changes. For example, +with [lazy.nvim](https://github.com/folke/lazy.nvim): Before (`stevearc/oil.nvim`):