dotfiles/.vim/pack/plugins/start/update-plugins.sh
2026-01-25 09:38:17 +01:00

40 lines
1.7 KiB
Bash

#!/bin/sh
gitcmd() {
rm -rf "$1"
git clone --depth 1 "https://github.com/$2" "$1"
rm -rf "$1/.git*"
}
gitcmd vim-copilot github/copilot.vim
gitcmd vim-copilot-chat DanBradbury/copilot-chat.vim
gitcmd vim-ale dense-analysis/ale
gitcmd vim-fugitive tpope/vim-fugitive
gitcmd vim-kotlin udalov/kotlin-vim
gitcmd vim-colorschemes flazz/vim-colorschemes
gitcmd vim-awesome-colorschemes rafi/awesome-vim-colorschemes
gitcmd vim-lucius jonathanfilip/vim-lucius
gitcmd vim-clap liuchengxu/vim-clap
gitcmd vim-bufferline ap/vim-buftabline
gitcmd vim-conflict-marker rhysd/conflict-marker.vim
gitcmd vim-diffchar rickhowe/diffchar.vim
gitcmd vim-fileline aur-archive/vim-fileline
gitcmd vim-gitgutter airblade/vim-gitgutter
gitcmd vim-gnupg jamessan/vim-gnupg
gitcmd vim-hugo phelipetls/vim-hugo
gitcmd vim-hugo-helper robertbasic/vim-hugo-helper
gitcmd vim-improve-diff lambdalisue/vim-improve-diff
gitcmd vim-ledger ledger/vim-ledger
gitcmd vim-ledger-x rcaputo/vim-ledger_x
gitcmd vim-markdown gabrielelana/vim-markdown
gitcmd vim-snipmate vim-scripts/snipMate
gitcmd vim-spotdiff rickhowe/spotdiff.vim
gitcmd vim-sxhkdrc baskerville/vim-sxhkdrc
gitcmd vim-tabular godlygeek/tabular
gitcmd vim-tagbar preservim/tagbar
gitcmd vim-tagbar-markdown taoso/tagbar-markdown
gitcmd vim-traces markonm/traces.vim
gitcmd vim-undotree mbbill/undotree
gitcmd vim-undoquit AndrewRadev/undoquit.vim