vimrc paths

This commit is contained in:
Barak Michener 2018-06-01 13:50:30 -07:00
parent a9b2ef65c5
commit c257164aee

8
.vimrc
View file

@ -71,12 +71,12 @@ let $RUST_SRC_PATH="/usr/src/rust/src/"
"let g:ft_ignore_pat = '.org' "let g:ft_ignore_pat = '.org'
" Required: " Required:
set runtimepath+=/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim set runtimepath+=/home/bmichener/.vim/bundle/repos/github.com/Shougo/dein.vim
" Required: " Required:
call plug#begin('/home/barak/.vim/bundle') call plug#begin('/home/bmichener/.vim/bundle')
Plug '/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim' Plug '/home/bmichener/.vim/bundle/repos/github.com/Shougo/dein.vim'
Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/DrawIt'
Plug 'tpope/vim-speeddating' Plug 'tpope/vim-speeddating'
Plug 'vim-scripts/EasyGrep' Plug 'vim-scripts/EasyGrep'
@ -655,7 +655,7 @@ endif
" ** SEE ALSO ** " ** SEE ALSO **
" filetype.vim " filetype.vim
command Comments lexpr system('/home/barak/src/gogh/src/github.com/barakmich/gogh/gogh') command Comments lexpr system('/home/bmichener/src/gogh/src/github.com/barakmich/gogh/gogh')
"call remote#host#RegisterPlugin('python3', '/home/barak/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete', [ "call remote#host#RegisterPlugin('python3', '/home/barak/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete', [