diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-18 16:11:30 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-18 16:11:30 +0200 |
commit | bc2bac14c4aac224b6659cf3688c0712e6890347 (patch) | |
tree | 875c5ca158044890948c4fccd30ab36206bfd715 /.gitmodules | |
parent | 6c7769112eaa213c09d412a8dba51e59f2240bea (diff) | |
download | dotfiles-bc2bac14c4aac224b6659cf3688c0712e6890347.tar.gz dotfiles-bc2bac14c4aac224b6659cf3688c0712e6890347.tar.xz |
vim: Use vimtex
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 309ef88..3d8126a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -127,3 +127,6 @@ [submodule ".vim/bundle/vim-grammarous"] path = .vim/bundle/vim-grammarous url = https://github.com/rhysd/vim-grammarous.git +[submodule ".vim/bundle/vimtex"] + path = .vim/bundle/vimtex + url = https://github.com/lervag/vimtex.git |