stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.4k stars 92 forks source link

feature request: Highlights for different file types and permissions #375

Open xVermillionx opened 1 month ago

xVermillionx commented 1 month ago

Did you check existing requests?

Describe the feature

Similar to what LS_COLORS provides. I would love to see more highlight options for different filetypes and permissions i.e executable bit, setguid or sticky bit, and for sockets, pipes, devices, archive files. Or maybe a way to extend / customize the highlighting by providing a call to execute based on the files stats?

Provide background

I want to quickly see if the file I want to operate on is an executable or has the setguid bit set without needing to enable the permission column and also to see directly if the file is a socket or pipe or device etc.

What is the significance of this feature?

nice to have

Additional details

No response