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
|
||||
|
||||
" Run PlugInstall if there are missing plugins
|
||||
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||
\| PlugInstall --sync | source $MYVIMRC
|
||||
\| endif
|
||||
" (disabled because it's kind of intense for weak devices)
|
||||
"autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||
"\| PlugInstall --sync | source $MYVIMRC
|
||||
"\| endif
|
||||
|
||||
|
||||
call plug#begin()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user