tamago324 / lir.nvim

Neovim file explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should `mkdir` create the parent directories?

dhruvmanila opened this issue · comments

Plenary provides this functionality through the option: path:mkdir { parents = true }

It would be useful if a user wants to create multiple directories like foo/bar/baz in one shot.

That's a good idea!
PR is welcome.