canola.nvim/lua/oil/adapters/files
Barrett Ruth b87c505b76
feat(columns): per-character permission column highlights (#375)
Problem: the permissions column rendered as a monolithic unstyled
string, making it hard to scan `rwx` bits at a glance.

Solution: add per-character highlight groups for permission characters
following the `eza`/`lsd` convention. All groups link to standard
Neovim highlights so every colorscheme works out of the box.
2026-03-16 15:52:00 -04:00
..
permissions.lua feat(columns): per-character permission column highlights (#375) 2026-03-16 15:52:00 -04:00