vimrc paths
This commit is contained in:
parent
a9b2ef65c5
commit
c257164aee
1 changed files with 4 additions and 4 deletions
8
.vimrc
8
.vimrc
|
|
@ -71,12 +71,12 @@ let $RUST_SRC_PATH="/usr/src/rust/src/"
|
|||
"let g:ft_ignore_pat = '.org'
|
||||
|
||||
" 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:
|
||||
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 'tpope/vim-speeddating'
|
||||
Plug 'vim-scripts/EasyGrep'
|
||||
|
|
@ -655,7 +655,7 @@ endif
|
|||
" ** SEE ALSO **
|
||||
" 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', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue