summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.vim/bundle/vimtex0
-rw-r--r--.vimrc3
3 files changed, 5 insertions, 1 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
diff --git a/.vim/bundle/vimtex b/.vim/bundle/vimtex
new file mode 160000
+Subproject e3dabe0a369dac556508ac5d1132979d654bc75
diff --git a/.vimrc b/.vimrc
index 62f2ba6..981d36f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -102,7 +102,8 @@ Plugin 'shawncplus/phpcomplete.vim'
Plugin 'sirtaj/vim-openscad'
Plugin 'sjl/splice.vim'
-Plugin 'LaTeX-Box-Team/LaTeX-Box'
+"Plugin 'LaTeX-Box-Team/LaTeX-Box'
+Plugin 'lervag/vimtex'
Plugin 'chase/vim-ansible-yaml'
Plugin 'vim-php/tagbar-phpctags.vim'
Plugin 'joonty/vim-phpqa.git'