From b1b92b629255e719cfe711c860c60c9e58882048 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 22 Feb 2026 16:23:02 -0500 Subject: [PATCH] fix(doc): readme phrasing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 326afac..8e1b1f8 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ luarocks install oil.nvim ## 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 configuration table is identical — only the entry point changes. -Before (stevearc/oil.nvim): +Before (`stevearc/oil.nvim`): ```lua { @@ -60,7 +60,7 @@ Before (stevearc/oil.nvim): } ``` -After (barrettruth/oil.nvim): +After (`barrettruth/oil.nvim`): ```lua {