First of all, I want to say that I am really enjoying this plugin so far, especially coming from having tried nerdtree -> coc-explorer -> defx.
I am wondering, is there a way to create a directory, just like you can create files from nvim-tree? If not, would it be something possible to implement?
Hi,
I'm glad you're enjoying this plugin.
Currently, you can create a directory by adding a / to the end of a path.
Also, you can create directories dynamically when creating a file (like /foo/bar/baz/file.txt).
I don't really like the way i do file handling, i might work on a refactoring someday to make it easier to work with. If you have any ideas for the ux feel free to submit them :)
Most helpful comment
Hi,
I'm glad you're enjoying this plugin.
Currently, you can create a directory by adding a
/to the end of a path.Also, you can create directories dynamically when creating a file (like
/foo/bar/baz/file.txt).I don't really like the way i do file handling, i might work on a refactoring someday to make it easier to work with. If you have any ideas for the ux feel free to submit them :)