docs(upstream): triage stevearc/oil.nvim#396 as not actionable
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.
This commit is contained in:
parent
c29f75ce42
commit
ac50cb0d93
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue