diff --git a/bundle/bundles.sh b/bundle/bundles.sh index f856b2a..983f654 100755 --- a/bundle/bundles.sh +++ b/bundle/bundles.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2016 usage() { cat << EOT Usage: @@ -44,7 +45,7 @@ clone_bundles() { case "$1" in ls) repos 'echo -e "[red]@@[reset] [green]$(git -C @@ remote get-url origin)[reset]"' ;; - update) repos 'git -C @@ pull 2>&1 | sed "s|^|[@@] |g"' ;; + update) repos 'git -C @@ pull 2>&1 | sed "s|^|[green][@@][reset] |g"' ;; save) repos 'echo -e "@@ $(git -C @@ remote get-url origin)"' | tee bundles.txt ;; clone) clone_bundles ;; ?*) echo "Unknown command: $1" ;; diff --git a/bundle/bundles.txt b/bundle/bundles.txt index 8b62b4e..cb15e4e 100644 --- a/bundle/bundles.txt +++ b/bundle/bundles.txt @@ -1,12 +1,13 @@ -dockerfile https://github.com/ekalinin/Dockerfile.vim.git +dockerfile-syntax 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 +nerdtree https://github.com/preservim/nerdtree.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 +toml-syntax https://github.com/cespare/vim-toml.git +vcl-vim-plugin https://github.com/smerrill/vcl-vim-plugin vlang https://github.com/ollykel/v-vim.git zig https://github.com/ziglang/zig.vim.git diff --git a/vimrc b/vimrc index 1af3353..b769a99 100644 --- a/vimrc +++ b/vimrc @@ -3,6 +3,7 @@ filetype plugin indent on set modeline set background=dark set shell=/bin/bash +set splitbelow syntax on if has('gui_running')