vim-dirvish
vim-dirvish copied to clipboard
Directory viewer for Vim :zap:
As long as i have used` NERDTreeToggle` with `On-demand loading` once, vim-dirvish can't work. used NERDTreeToggle not with On-demand loading work fine. reproduce: ``` $vim :NERDTreeToggle open file - Error...
Possibly related to https://github.com/justinmk/vim-dirvish/issues/127. To reproduce, open Vim, then open a terminal (`:terminal`), go to Normal mode and type `-` (or whatever mapping for `(dirvish_up)` you have). Instead of opening...
https://github.com/justinmk/vim-dirvish/blob/e4b3c4b62d0ddb2d24aa8f9fcf3820f6d6de4ebf/ftplugin/dirvish.vim#L20 https://github.com/bounceme/remote-viewer/blob/master/plugin/remotedir.vim#L88 It makes it simpler to have `:Dirvish` used there for the external scripts like the one above ^
Maybe I'm just stupid (I'm pretty new to vim in general) but when running dirvish with a file open via scp, it doesn't work. Support for this would be nice...
i tried to disable dirvish's default `ftplugin/dirvish.vim` by adding `let b:did_ftplugin = 1` to `stdpath('config')/ftplugin/dirvish.vim`, but it does not work as expected.
I just have a simple questiona about what the purpose is of `` in this normal mode mapping? We're already in normal mode, and by using `` I assume it's...
There's a feature in [the original Emacs dirvish](https://github.com/alexluigit/dirvish/blob/main/docs/CUSTOMIZING.org#dirvish-attributes) that would be great to have. Using the attribute `git-msg` you can see the last commit that modified a file or directory,...
Suppose we have installed wsl (I use wsl1; but wsl2 should also work) with name `fedora`; After "activate" it via `wsl` command, we can access the filesystem in UNC path...
This seems not easy to test (requires win32 + UNC), and I don't know how to setup non-wsl UNC for more (general) tests; so careful review is appreciated!
Recent versions of Vim/Nvim have `:argdedupe` which can more reliably deduplicate the args list.