stevearc / oil.nvim

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

feature request: Allow permissions columns to be non-editable #257

Closed benlubas closed 9 months ago

benlubas commented 9 months ago

Did you check existing requests?

Describe the feature

I'd like to be able to force the permissions column to be non editable. This way the first mutable column can be the file name, which means the cursor behaves itself a little better:

I'm thinking just adding a field to the permissions column would be a good way to go.

What is the significance of this feature?

nice to have

Additional details

Currently I've just forked the plugin to hard code this behavior. But I'd rather contribute it and make it configurable

benlubas commented 9 months ago

@stevearc thanks!