Merge branch 'master' of ssh://git.famcosi.duckdns.org:222/gcordova/dot-vim

This commit is contained in:
2022-02-07 16:50:42 -08:00
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
usage() {
cat << EOT
Usage:
./${0##*/} list|update|clone|save
./${0##*/} ls|update|clone|save
Commands:
ls -> List all the bundle repos
@@ -32,7 +32,7 @@ repos() {
clone_bundles() {
# Clone the bundles in 'bundles.txt'
locals dn repo
local dn repo
while read -r dn repo ; do
if [[ -d "$dn" ]]; then
echo "*** Dir [red][$dn][reset] already exists!" | colors

View File

@@ -1,12 +1,12 @@
dockerfile git@github.com:ekalinin/Dockerfile.vim.git
fugitive git@github.com:tpope/vim-fugitive.git
nerdtree git@github.com:preservim/nerdtree.git
nerdtree-git git@github.com:Xuyuanp/nerdtree-git-plugin.git
nim git@github.com:zah/nim.vim.git
solarized git@github.com:altercation/vim-colors-solarized.git
syntastic git@github.com:vim-syntastic/syntastic.git
terraform git@github.com:hashivim/vim-terraform.git
dockerfile https://github.com/ekalinin/Dockerfile.vim.git
fugitive https://github.com/tpope/vim-fugitive.git
nerdtree https://github.com/preservim/nerdtree.git
nerdtree-git https://github.com/Xuyuanp/nerdtree-git-plugin.git
nim https://github.com/zah/nim.vim.git
solarized https://github.com/altercation/vim-colors-solarized.git
syntastic https://github.com/vim-syntastic/syntastic.git
terraform https://github.com/hashivim/vim-terraform.git
terragrunt https://github.com/yorinasub17/vim-terragrunt.git
toml https://github.com/cespare/vim-toml.git
vcl-vim-plugin https://github.com/smerrill/vcl-vim-plugin
zig git@github.com:ziglang/zig.vim.git
zig https://github.com/ziglang/zig.vim.git