TheBlob42 / drex.nvim

Another directory/file explorer for Neovim written in Lua
GNU General Public License v3.0
96 stars 8 forks source link

fix(actions): rework copy and move #18

Closed TheBlob42 closed 2 years ago

TheBlob42 commented 2 years ago

This is a rather big restructure, but I am testing this now for quite some time. It should fix several issues and catch certain edge cases (e.g. copy a directory to a folder where a file with the same name already exists). In a future step it probably makes sense to extract those "file actions" into its own file, but that is the task for another refactor