diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vimtex | 0 | ||||
-rw-r--r-- | .vimrc | 3 |
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 @@ -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' |