fix(doc): explicitly mention lazy.nvim config

This commit is contained in:
Barrett Ruth 2026-02-22 16:24:42 -05:00
parent b1b92b6292
commit b6aaeaf542
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

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