From 62c2ef9f84681a158f7534141fe1e0308347a440 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 6 Jul 2016 20:16:39 -0700 Subject: [PATCH] Seems vim-vinegar was better after all. This reverts commit d0c7379ee3f4a44a3d493776f45be81b67b84e58. --- .gitmodules | 6 +++--- .vim/bundle/dirvish.vim | 1 - .vim/bundle/vim-vinegar | 1 + .vim/options.vim | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) delete mode 160000 .vim/bundle/dirvish.vim create mode 160000 .vim/bundle/vim-vinegar diff --git a/.gitmodules b/.gitmodules index 447d205..380680d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,6 +82,9 @@ [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 @@ -106,6 +109,3 @@ [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 deleted file mode 160000 index d629ed5..0000000 --- a/.vim/bundle/dirvish.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d629ed56ff271fd79b679aef5b53506568126c81 diff --git a/.vim/bundle/vim-vinegar b/.vim/bundle/vim-vinegar new file mode 160000 index 0000000..75fc382 --- /dev/null +++ b/.vim/bundle/vim-vinegar @@ -0,0 +1 @@ +Subproject commit 75fc3824bc09053f22735d6726c5cfd614c15642 diff --git a/.vim/options.vim b/.vim/options.vim index 3a07d0f..420a94d 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -4,6 +4,7 @@ filetype indent plugin on colorscheme molokai syntax enable +set autochdir set autoread set autowrite set background=dark