diff options
| author | Teddy Wing | 2016-08-17 00:02:35 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2016-08-17 00:02:35 -0400 | 
| commit | f4be719454e911bc9f49c5599642d4f7c8e10fe7 (patch) | |
| tree | ce49eeadd503371dce3466cc192ad601c8390790 /.gitmodules | |
| parent | 1222998ca32a58cfeb2bc10bf50b40197896c0f8 (diff) | |
| download | dotvim-f4be719454e911bc9f49c5599642d4f7c8e10fe7.tar.bz2 | |
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.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 | 
1 files changed, 3 insertions, 0 deletions
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  | 
