From f4be719454e911bc9f49c5599642d4f7c8e10fe7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 17 Aug 2016 00:02:35 -0400 Subject: Add 'vim-space-vlaze' plugin This plugin has been in my `bundle/` directory for nearly a year uncommitted. I think it's about time we formally inducted it, and made my game an official part of my vimrc. --- .gitmodules | 3 +++ bundle/vim-space-vlaze | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-space-vlaze diff --git a/.gitmodules b/.gitmodules index 6200726..bd38a6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "bundle/rust"] path = bundle/rust url = https://github.com/rust-lang/rust.vim.git +[submodule "bundle/vim-space-vlaze"] + path = bundle/vim-space-vlaze + url = https://github.com/teddywing/vim-space-vlaze.git diff --git a/bundle/vim-space-vlaze b/bundle/vim-space-vlaze new file mode 160000 index 0000000..1ffd57f --- /dev/null +++ b/bundle/vim-space-vlaze @@ -0,0 +1 @@ +Subproject commit 1ffd57fc0c28d402e660822a8930c1a619dd3de8 -- cgit v1.2.3