oil.nvim
oil.nvim copied to clipboard
feature request: Custom column
Did you check existing requests?
- [X] I have searched the existing issues
Describe the feature
It would good to have a way to attach custom columns , for e.g. I would like to have a column for recursive size of directory , using du -s . It would also be helpful to use sort with it , so it can used like ncdu.
Provide background
No response
What is the significance of this feature?
strongly desired
Additional details
No response
I found out recently that you can add your own columns with:
require('oil.columns').register('customColumn', {})
This may do what you need it to?