oil.nvim icon indicating copy to clipboard operation
oil.nvim copied to clipboard

feature request: Custom column

Open Deshdeepak1 opened this issue 1 year ago • 1 comments

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

Deshdeepak1 avatar Jul 24 '24 12:07 Deshdeepak1

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?

carlwhittick avatar Oct 16 '24 15:10 carlwhittick