Nvim-tree.lua: Creating a directory

Created on 2 Apr 2020  路  1Comment  路  Source: kyazdani42/nvim-tree.lua

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?

documentation

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 :)

>All comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ecosse3 picture ecosse3  路  5Comments

kutsan picture kutsan  路  5Comments

peach-lasagna picture peach-lasagna  路  5Comments

greister picture greister  路  8Comments

ahmedkhalf picture ahmedkhalf  路  7Comments