Problem: users wanted a visual indicator on the originating file when opening a directory listing from a file buffer. Solution: add `oil-recipe-highlight-opened-file` recipe that uses `OilReadPost` to flash an extmark highlight on the cursor entry for 1.5 seconds after render.
This commit is contained in:
parent
2de3c0867a
commit
79a40b5feb
2 changed files with 39 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ issues against this fork.
|
|||
| [#444](https://github.com/stevearc/oil.nvim/issues/444) | Opening behaviour customization | open |
|
||||
| [#446](https://github.com/stevearc/oil.nvim/issues/446) | Executable highlighting | cherry-picked ([#698](https://github.com/stevearc/oil.nvim/pull/698)) |
|
||||
| [#449](https://github.com/stevearc/oil.nvim/issues/449) | Renaming TypeScript files stopped working | not actionable — config issue, increase `lsp_file_methods.timeout_ms` |
|
||||
| [#450](https://github.com/stevearc/oil.nvim/issues/450) | Highlight opened file in directory listing | open |
|
||||
| [#450](https://github.com/stevearc/oil.nvim/issues/450) | Highlight opened file in directory listing | fixed — added `oil-recipe-highlight-opened-file` |
|
||||
| [#457](https://github.com/stevearc/oil.nvim/issues/457) | Custom column API | open |
|
||||
| [#466](https://github.com/stevearc/oil.nvim/issues/466) | Select into window on right | not actionable — user-land concern, custom action trivially solves this |
|
||||
| [#473](https://github.com/stevearc/oil.nvim/issues/473) | Show hidden when dir is all-hidden | fixed ([#85](https://github.com/barrettruth/canola.nvim/pull/85)) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue