From b4312c4cc02460db25c88ab26c21dcd92eb20857 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 19 Dec 2021 22:12:51 +0800 Subject: Use https instead of ssh when installing vim package --- bin/vim-pack | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'bin') diff --git a/bin/vim-pack b/bin/vim-pack index de66a01..452838c 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -81,29 +81,29 @@ install_ycm () { python3 ./install.py $opts } -update_package 'YouCompleteMe' 'git@github.com:ycm-core/YouCompleteMe.git' 'start' 'install_ycm' & -update_package "nnn.vim" "git@github.com:mcchrish/nnn.vim.git" & -update_package 'vim-fugitive' 'git@github.com:tpope/vim-fugitive.git' & -update_package 'fzf' 'git@github.com:junegunn/fzf.git' & -update_package 'fzf.vim' 'git@github.com:junegunn/fzf.vim.git' & -update_package 'ultisnips' 'git@github.com:SirVer/ultisnips.git' & -update_package 'vim-snippets' 'git@github.com:honza/vim-snippets.git' & -update_package 'onedark.vim' 'git@github.com:joshdick/onedark.vim.git' 'opt' & -update_package undotree git@github.com:mbbill/undotree.git & -update_package ale git@github.com:dense-analysis/ale.git & -update_package vim-eunuch git@github.com:tpope/vim-eunuch.git & -update_package vim-sleuth git@github.com:tpope/vim-sleuth.git & -update_package tabular git@github.com:godlygeek/tabular.git & -update_package vim-rooter git@github.com:airblade/vim-rooter.git & -update_package vim-gutentags git@github.com:ludovicchabant/vim-gutentags.git & -update_package vim-airline git@github.com:vim-airline/vim-airline.git & -update_package vim-airline-themes git@github.com:vim-airline/vim-airline-themes.git & -update_package vim-easymotion git@github.com:easymotion/vim-easymotion.git & -update_package editorconfig-vim git@github.com:editorconfig/editorconfig-vim.git & -update_package vim-godot git@github.com:habamax/vim-godot.git & -update_package vim-ledger git@github.com:ledger/vim-ledger.git & -update_package vim-signify git@github.com:mhinz/vim-signify.git & -update_package vim-unimpaired git@github.com:tpope/vim-unimpaired.git & +update_package 'YouCompleteMe' 'https://github.com/ycm-core/YouCompleteMe.git' 'start' 'install_ycm' & +update_package "nnn.vim" "https://github.com/mcchrish/nnn.vim.git" & +update_package 'vim-fugitive' 'https://github.com/tpope/vim-fugitive.git' & +update_package 'fzf' 'https://github.com/junegunn/fzf.git' & +update_package 'fzf.vim' 'https://github.com/junegunn/fzf.vim.git' & +update_package 'ultisnips' 'https://github.com/SirVer/ultisnips.git' & +update_package 'vim-snippets' 'https://github.com/honza/vim-snippets.git' & +update_package 'onedark.vim' 'https://github.com/joshdick/onedark.vim.git' 'opt' & +update_package undotree https://github.com/mbbill/undotree.git & +update_package ale https://github.com/dense-analysis/ale.git & +update_package vim-eunuch https://github.com/tpope/vim-eunuch.git & +update_package vim-sleuth https://github.com/tpope/vim-sleuth.git & +update_package tabular https://github.com/godlygeek/tabular.git & +update_package vim-rooter https://github.com/airblade/vim-rooter.git & +update_package vim-gutentags https://github.com/ludovicchabant/vim-gutentags.git & +update_package vim-airline https://github.com/vim-airline/vim-airline.git & +update_package vim-airline-themes https://github.com/vim-airline/vim-airline-themes.git & +update_package vim-easymotion https://github.com/easymotion/vim-easymotion.git & +update_package editorconfig-vim https://github.com/editorconfig/editorconfig-vim.git & +update_package vim-godot https://github.com/habamax/vim-godot.git & +update_package vim-ledger https://github.com/ledger/vim-ledger.git & +update_package vim-signify https://github.com/mhinz/vim-signify.git & +update_package vim-unimpaired https://github.com/tpope/vim-unimpaired.git & wait vim '"+helptags ALL"' +q -- cgit v1.2.3