From ac50cb0d93467040d312898784f4f00fb9e33881 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 16 Mar 2026 18:44:29 -0400 Subject: [PATCH] docs(upstream): triage stevearc/oil.nvim#396 as not actionable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: upstream issue #396 requests custom preview renderers per file type (images, PDFs, etc.). Solution: mark as not actionable. The preview window is a normal Neovim buffer — `BufReadCmd` autocmds already handle custom rendering for any filetype across all of Neovim, not just oil. stevearc explicitly declined adding a callback API for this. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 8c0cd47..5c31d6b 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -71,7 +71,7 @@ issues against this fork. | [#382](https://github.com/stevearc/oil.nvim/issues/382) | Relative path in window title | not actionable — solved by `get_win_title` callback ([#482](https://github.com/stevearc/oil.nvim/pull/482)) | | [#392](https://github.com/stevearc/oil.nvim/issues/392) | Option to skip delete prompt | fixed | | [#393](https://github.com/stevearc/oil.nvim/issues/393) | Auto-save on select | fixed | -| [#396](https://github.com/stevearc/oil.nvim/issues/396) | Customize preview content | open | +| [#396](https://github.com/stevearc/oil.nvim/issues/396) | Customize preview content | not actionable — out of scope, preview is a normal buffer; use `BufReadCmd` autocmds for custom renderers | | [#399](https://github.com/stevearc/oil.nvim/issues/399) | Open file without closing Oil | open | | [#404](https://github.com/stevearc/oil.nvim/issues/404) | Restricted UNC paths | not actionable — Windows-only | | [#416](https://github.com/stevearc/oil.nvim/issues/416) | Cannot remap key to open split | fixed — cherry-picked ([#725](https://github.com/stevearc/oil.nvim/pull/725)) |