From 582d9fc815f771b3c1e3c05681290ed2b83c4aa7 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 20 Feb 2026 16:15:47 -0500 Subject: [PATCH] docs: add malewicz1337/oil-git.nvim to third-party extensions Problem: the async fork of oil-git.nvim with directory highlighting was not listed in the README. Solution: add it to the third-party extensions list, disambiguating both oil-git.nvim entries by author name. Cherry-picked from: stevearc/oil.nvim#717 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf12bed..b43e915 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,8 @@ Note that older versions of Neovim don't support numbers in the url, so for Neov These are plugins maintained by other authors that extend the functionality of oil.nvim. - [oil-git-status.nvim](https://github.com/refractalize/oil-git-status.nvim) - Shows git status of files in statuscolumn -- [oil-git.nvim](https://github.com/benomahony/oil-git.nvim) - Shows git status of files with colour and symbols +- [oil-git.nvim (benomahony)](https://github.com/benomahony/oil-git.nvim) - Shows git status of files with colour and symbols +- [oil-git.nvim (malewicz1337)](https://github.com/malewicz1337/oil-git.nvim) - Async fork with directory highlighting and debounced updates - [oil-lsp-diagnostics.nvim](https://github.com/JezerM/oil-lsp-diagnostics.nvim) - Shows LSP diagnostics indicator as virtual text ## API