diff options
author | Max Christian Pohle | 2019-09-12 19:44:24 +0200 |
---|---|---|
committer | Max Christian Pohle | 2019-09-12 19:44:24 +0200 |
commit | a6cdae262df868ff79c32dca3b61686ef5c8e433 (patch) | |
tree | 2b2c2c08db0e63505b55e4c6a36a9a26b1fb5606 /.gitmodules | |
parent | ee9db4ec2784356bb1aa16ef52f29bead61e74ae (diff) | |
download | vim-a6cdae262df868ff79c32dca3b61686ef5c8e433.tar.bz2 vim-a6cdae262df868ff79c32dca3b61686ef5c8e433.zip |
Improved Java support & minor fixes
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c2ca5df..4759f0d 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -58,3 +58,6 @@ | |||
58 | [submodule "pack/vim/opt/YouCompleteMe.git"] | 58 | [submodule "pack/vim/opt/YouCompleteMe.git"] |
59 | path = pack/vim/opt/YouCompleteMe | 59 | path = pack/vim/opt/YouCompleteMe |
60 | url = https://github.com/Valloric/YouCompleteMe.git | 60 | url = https://github.com/Valloric/YouCompleteMe.git |
61 | [submodule "pack/vim/opt/vimtex"] | ||
62 | path = pack/vim/opt/vimtex | ||
63 | url = https://github.com/lervag/vimtex | ||