diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2020-01-28 16:18:47 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2020-01-28 16:19:34 -0500 |
commit | 5db9a4ee4961f44873a4132c515621b88fd2a7b9 (patch) | |
tree | f1c1ae931e88492748450c4dae2850f6c3a5581f /.gitmodules | |
parent | fd263b9c44a7d5c9dd010320e17d4d009c946b41 (diff) |
Update vim modules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8199e59..e628b9d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/.vim/pack/tje/start/vimtex"] path = vim/.vim/pack/tje/start/vimtex url = git@github.com:lervag/vimtex.git +[submodule "vim/.vim/pack/tje/start/typescript-vim"] + path = vim/.vim/pack/tje/start/typescript-vim + url = https://github.com/leafgarland/typescript-vim.git |