revert bmichener

This commit is contained in:
Barak Michener 2018-04-17 13:19:50 -07:00
parent 9a3f68c6e4
commit baa37a68e7
10 changed files with 9 additions and 15 deletions

6
.vimrc
View file

@ -71,12 +71,12 @@ let $RUST_SRC_PATH="/usr/src/rust/src/"
"let g:ft_ignore_pat = '.org'
" Required:
set runtimepath+=/home/bmichener/.vim/bundle/repos/github.com/Shougo/dein.vim
set runtimepath+=/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim
" Required:
call plug#begin('/home/bmichener/.vim/bundle')
call plug#begin('/home/barak/.vim/bundle')
Plug '/home/bmichener/.vim/bundle/repos/github.com/Shougo/dein.vim'
Plug '/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim'
Plug 'vim-scripts/DrawIt'
Plug 'tpope/vim-speeddating'
Plug 'vim-scripts/EasyGrep'