From 4cc4690a55a3ce73465e06a260882171e74d6472 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 15 Sep 2017 22:42:47 -0700 Subject: [PATCH] replace vim-vinegar with vim-dirvish --- .gitmodules | 6 +++--- .vim/bundle/vim-dirvish | 1 + .vim/bundle/vim-vinegar | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 .vim/bundle/vim-dirvish delete mode 160000 .vim/bundle/vim-vinegar diff --git a/.gitmodules b/.gitmodules index 72952f0..7e88714 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,9 +76,6 @@ [submodule ".vim/bundle/vim-unimpaired"] path = .vim/bundle/vim-unimpaired url = https://github.com/tpope/vim-unimpaired.git -[submodule ".vim/bundle/vim-vinegar"] - path = .vim/bundle/vim-vinegar - url = https://github.com/tpope/vim-vinegar.git [submodule ".vim/bundle/vim-interestingwords"] path = .vim/bundle/vim-interestingwords url = https://github.com/vasconcelloslf/vim-interestingwords.git @@ -115,3 +112,6 @@ [submodule ".vim/bundle/ctrlp.vim"] path = .vim/bundle/ctrlp.vim url = https://github.com/ctrlpvim/ctrlp.vim +[submodule ".vim/bundle/vim-dirvish"] + path = .vim/bundle/vim-dirvish + url = https://github.com/justinmk/vim-dirvish.git diff --git a/.vim/bundle/vim-dirvish b/.vim/bundle/vim-dirvish new file mode 160000 index 0000000..5a2ea53 --- /dev/null +++ b/.vim/bundle/vim-dirvish @@ -0,0 +1 @@ +Subproject commit 5a2ea5308bbcd666b549f4c851b9fde443f12ce3 diff --git a/.vim/bundle/vim-vinegar b/.vim/bundle/vim-vinegar deleted file mode 160000 index c795cb7..0000000 --- a/.vim/bundle/vim-vinegar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c795cb739347cbddeeb288c3c35da9f140a513c9