vim-dirvish icon indicating copy to clipboard operation
vim-dirvish copied to clipboard

Directory viewer for Vim :zap:

Results 26 vim-dirvish issues
Sort by recently updated
recently updated
newest added

They seem to move around on their own. That being said, I'm not sure a plugin like this _should_ be working with marks in the first place - but it...

bug

I have been cleaning up my Neovim config and setting up vim-plug to load plugins only when needed. **I get the same error by just running** ``:Dirvish``. I tried this...

bug
help wanted
question

I want all of my scripts to explicitly start in the current dirvish working directory, so I use the example from the doc: let g:dirvish_shdo_preamble = 'cd {}' Other users...

- add example usage in gif format - fixes #90

Recently I observed the following behavior: * When I start neovim with a directory as argument, netrw shows up instead of dirvish, * In all other cases, dirvish works as...

The latest commit 7e41cd7628d9844b4e66b45104f3abc326aa1a00 causes the `E37: Buffer would be deleted` error to be displayed when using `-` or `:Dirvish` from a [vim-startify](https://github.com/mhinz/vim-startify) window. Of course there is a simple...

question

I'm trying to add [ryanoasis/vim-devicons](https://github.com/ryanoasis/vim-devicons) to the dirvish buffer, calling `dirvish#add_icon_fn({p -> WebDevIconsGetFileTypeSymbol(p)})` This does add the correct icons, but unfortunately theres not enought spacing between them and the text,...

enhancement

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. ![screen shot 2017-01-12...

enhancement

Is there a way to sort the list by item attributes other than the name such as modification time (the one I'm interested in), size, etc.?

enhancement

Would it be possible to save `&autochdir`, unset it while Dirvish does its thing and restore it afterwards, with the rest of the "state" ?

enhancement