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`):