canola.nvim/doc
Barrett Ruth 38db6cf8ea
docs(recipes): add recipe to disable hidden file dimming
Problem: hidden files are dimmed via OilHidden -> Comment, and there is
no clean way to make them look identical to visible entries. Clearing
OilHidden alone causes all hidden types to lose their type-specific
coloring.

Solution: add a recipe that iterates _get_highlights() and relinks
each Oil*Hidden group to its non-hidden base. The Lua pattern
"^(Oil.+)Hidden$" naturally skips OilHidden itself and automatically
covers any future entry types.

Resolves: stevearc/oil.nvim#578
2026-02-20 20:26:08 -05:00
..
api.md [docgen] Update docs 2026-02-20 21:33:22 +00:00
oil.txt feat: add configurable file and directory creation permissions 2026-02-20 20:26:07 -05:00
recipes.md docs(recipes): add recipe to disable hidden file dimming 2026-02-20 20:26:08 -05:00