Skip to content

Commit c87a8e1

Browse files
authored
docs: more extensions #247
1 parent 2ddd8ee commit c87a8e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ Extensions
8181
Some people have created plugins that extend Dirvish:
8282

8383
- [remote-viewer](https://github.com/bounceme/remote-viewer) - Browse `ssh://` and other remote paths
84-
- [vim-dirvish-git](https://github.com/kristijanhusak/vim-dirvish-git) - Show git status of each file
84+
- [dirvish-git.nvim](https://github.com/brianhuster/dirvish-git.nvim) - Show git status of each file
85+
- [vim-dirvish-git](https://github.com/kristijanhusak/vim-dirvish-git) - Show git status of each file
8586
- [vim-dirvinist](https://github.com/fsharpasharp/vim-dirvinist) - List files defined by projections
87+
- [dirvish-do.nvim](https://github.com/brianhuster/dirvish-do.nvim) - Add file manipulation keybindings
8688
- [vim-dirvish-dovish](https://github.com/roginfarrer/vim-dirvish-dovish) - Add vim-style file manipulation commands
8789

8890

doc/dirvish.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Because each Dirvish buffer-name is the literal directory path, you can |:cd|
1111
to the directory, >
1212
:cd %
1313
create a new file, >
14-
:edit %/foo.txt
14+
:edit %foo.txt
1515
|expand()| the directory path, >
1616
:let &titlestring = expand('%', 1)
1717
and use complementary plugin commands like |]f|/|[f| (unimpaired.vim).

0 commit comments

Comments
 (0)