HI
Pinned Loading
-
vimrc
vimrc 1let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
2if empty(glob(data_dir . '/autoload/plug.vim'))
3silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
4autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
5endif
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.