init.vim: disable plugin auto-install
This commit is contained in:
parent
ee81307555
commit
0a5f565e37
@ -73,9 +73,11 @@ vnoremap <silent> K :'<,'>Evaluate<cr>
|
|||||||
" Plugins
|
" Plugins
|
||||||
|
|
||||||
" Run PlugInstall if there are missing plugins
|
" Run PlugInstall if there are missing plugins
|
||||||
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
" (disabled because it's kind of intense for weak devices)
|
||||||
\| PlugInstall --sync | source $MYVIMRC
|
"autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||||
\| endif
|
"\| PlugInstall --sync | source $MYVIMRC
|
||||||
|
"\| endif
|
||||||
|
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user