-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree style listing #70
Comments
Definitely want this, and plan to add it after 1.0 release. |
It would be nice to have, but probably I would not be one of the user of that. I like the way how dirvish works now and for traversing project directory I use FZF instead. Dirvish is for simple file management and jumping to files that I know that are near. |
@hauleth My vague plan was to just add whitespace in front of the nested files. So the buffer will still be "just a list of paths". |
That'd be great. Subscribing to this thread. |
Indeed that would be nice!
I just tried how it would look like using |
subbing to thread. Would love to see this added! |
I think the pipes improve readability. |
perhaps you could use vim folds? |
any news regarding this? :) |
also interested! |
I would definitely use it. |
This can be done with |
@justinmk Is there any place where we can see what is missing for the 1.0 release? That message was posted two years ago, is this still a desired feature, or did it lost priority? |
It's desired but I won't have time to work on it soon. |
As much as I like having a tree view available to me, the slowness of NERDTree is driving me up the wall. Hopefully, tree view will come to Dirvish eventually: justinmk/vim-dirvish#70
I'd also love this feature, but I respect that you don't have the time now. In the meantime, I've been using the following in my vimrc, which is sufficient for me and might be useful to others. Screenshot: It changes the behaviour of the
I know it's gnarly. I've tested it in WSL in Windows, as well as iterm2 on a mac. Works with both vim and neovim. It relies on the |
@ydhamija96 that's cool, I love seeing hacks like that. Maybe send a PR that adds that in |
Cool! I've opened a PR. PR #176 |
Any news on this? |
Would it be possible to display the files in a tree style structure, similar to
let g:netrw_liststyle = 3
. That's what I'm missing the most from netrw.The text was updated successfully, but these errors were encountered: