Seems vim-vinegar was better after all.

This reverts commit d0c7379ee3.
This commit is contained in:
Alex Yatskov 2016-07-06 20:16:39 -07:00
parent 96a98135cc
commit 62c2ef9f84
4 changed files with 5 additions and 4 deletions

6
.gitmodules vendored
View File

@ -82,6 +82,9 @@
[submodule ".vim/bundle/vim-unimpaired"] [submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git 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"] [submodule ".vim/bundle/vim-interestingwords"]
path = .vim/bundle/vim-interestingwords path = .vim/bundle/vim-interestingwords
url = https://github.com/vasconcelloslf/vim-interestingwords.git url = https://github.com/vasconcelloslf/vim-interestingwords.git
@ -106,6 +109,3 @@
[submodule ".vim/bundle/syntastic"] [submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git 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

@ -1 +0,0 @@
Subproject commit d629ed56ff271fd79b679aef5b53506568126c81

@ -0,0 +1 @@
Subproject commit 75fc3824bc09053f22735d6726c5cfd614c15642

View File

@ -4,6 +4,7 @@ filetype indent plugin on
colorscheme molokai colorscheme molokai
syntax enable syntax enable
set autochdir
set autoread set autoread
set autowrite set autowrite
set background=dark set background=dark