diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:28:49 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:28:49 -0600 |
| commit | 6455459d9b4b22e5c412c0b0a86680ce52f72a84 (patch) | |
| tree | 9645a2d78b83230785ad330d0b2f259530665c26 | |
| parent | 6e87667963d5250e0bf1a681dd7daa11f1075bfd (diff) | |
Add two new submodules
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 64d438b..d98c3dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,9 @@ [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 |