dirbuf.nvim
dirbuf.nvim copied to clipboard
Feature request: allow configuration of file system operations
There are a few different cases in which I would like to override the default file system operations:
- For files that have been added to Subversion, I would like to override both
mvandrmwithsvn mvandsvn rmrespectively. - For all other locations, I would like to override the default
rmoperation with rip.
I imagine others would have their own cases in which they would wish to override the defaults, hence it would be nice if this were configurable.