From d0c7379ee3f4a44a3d493776f45be81b67b84e58 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 2 Jul 2016 12:06:01 -0700 Subject: [PATCH] Switch from vim-vinegar to dirvish.vim --- .gitmodules | 6 +++--- .vim/bundle/dirvish.vim | 1 + .vim/bundle/vim-vinegar | 1 - .vim/options.vim | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) create mode 160000 .vim/bundle/dirvish.vim delete mode 160000 .vim/bundle/vim-vinegar diff --git a/.gitmodules b/.gitmodules index 380680d..447d205 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,9 +82,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 @@ -109,3 +106,6 @@ [submodule ".vim/bundle/syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule ".vim/bundle/dirvish.vim"] + path = .vim/bundle/dirvish.vim + url = https://github.com/justinmk/vim-dirvish.git diff --git a/.vim/bundle/dirvish.vim b/.vim/bundle/dirvish.vim new file mode 160000 index 0000000..d629ed5 --- /dev/null +++ b/.vim/bundle/dirvish.vim @@ -0,0 +1 @@ +Subproject commit d629ed56ff271fd79b679aef5b53506568126c81 diff --git a/.vim/bundle/vim-vinegar b/.vim/bundle/vim-vinegar deleted file mode 160000 index 75fc382..0000000 --- a/.vim/bundle/vim-vinegar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75fc3824bc09053f22735d6726c5cfd614c15642 diff --git a/.vim/options.vim b/.vim/options.vim index 420a94d..3a07d0f 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -4,7 +4,6 @@ filetype indent plugin on colorscheme molokai syntax enable -set autochdir set autoread set autowrite set background=dark