fix(doc): readme phrasing

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

View file

@ -43,12 +43,12 @@ luarocks install oil.nvim
## FAQ ## FAQ
**Q: How do I set up oil.nvim (or migrate from stevearc/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 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.
Before (stevearc/oil.nvim): Before (`stevearc/oil.nvim`):
```lua ```lua
{ {
@ -60,7 +60,7 @@ Before (stevearc/oil.nvim):
} }
``` ```
After (barrettruth/oil.nvim): After (`barrettruth/oil.nvim`):
```lua ```lua
{ {