Initial commit

This commit is contained in:
2020-11-03 09:15:14 -08:00
commit d660668c91
5 changed files with 312 additions and 0 deletions

9
download-plugins.sh Normal file
View File

@@ -0,0 +1,9 @@
git clone git@github.com:zah/nim.vim.git bundle/nim
git clone git@github.com:Xuyuanp/nerdtree-git-plugin.git bundle/nerdtree-git
git clone git@github.com:ziglang/zig.vim.git bundle/zig
git clone git@github.com:ekalinin/Dockerfile.vim.git bundle/dockerfile
git clone git@github.com:altercation/vim-colors-solarized.git bundle/solarized
git clone git@github.com:preservim/nerdtree.git bundle/nerdtree
git clone git@github.com:tpope/vim-fugitive.git bundle/fugitive
git clone git@github.com:vim-syntastic/syntastic.git bundle/syntastic
git clone git@github.com:hashivim/vim-terraform.git bundle/terraform