diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 14:32:00 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 14:32:00 -0400 |
commit | d071b1b3c57261b3828b4dd654fb22a48b24808e (patch) | |
tree | 5ba7ebce88b6aac182c27a62afcab6c07b8bac71 /.gitmodules | |
parent | b5e08c7f88afef0747e1e88dfc91e18ab3a32390 (diff) | |
parent | 9fe0ad06d4ce048fc24c4c1b102f26154457984a (diff) |
Merge branch 'ursa_minor'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 068b2dc..7e0fd55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,9 @@ [submodule "bash/.git-prompt"] path = bash/.git-prompt url = https://github.com/magicmonty/bash-git-prompt.git +[submodule "vim/.vim/pack/tje/start/vim-go"] + path = vim/.vim/pack/tje/start/vim-go + url = https://github.com/fatih/vim-go +[submodule "vim/.vim/pack/tje/start/vim-ledger"] + path = vim/.vim/pack/tje/start/vim-ledger + url = https://github.com/ledger/vim-ledger.git |