diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-01-23 15:50:50 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-01-23 15:50:50 -0600 |
| commit | f7a3f46f8c0f2a6ae4ec8a2c284a8ac3e2b7cde3 (patch) | |
| tree | 911a3c397b34be5db78a27308e92567a31bdcb16 /.gitmodules | |
| parent | 05a65c3c8ade9f4a8106dbf479dcaf51c68004f7 (diff) | |
| parent | c61c81c701e80c3c432a512c8e6bd2cd00800276 (diff) | |
Merge branch 'master' of github.com:rbdr/dotfiles
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f867064..72563cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,12 @@ [submodule "vim/bundle/vim-togglelist"] path = vim/bundle/vim-togglelist url = https://github.com/milkypostman/vim-togglelist +[submodule "vim/bundle/editorconfig-vim"] + path = vim/bundle/editorconfig-vim + url = https://github.com/editorconfig/editorconfig-vim.git +[submodule "vim/bundle/snes-syntax-vim"] + path = vim/bundle/snes-syntax-vim + url = git@github.com:ARM9/snes-syntax-vim.git +[submodule "vim/bundle/vim-swift"] + path = vim/bundle/vim-swift + url = git@github.com:kballard/vim-swift.git |