summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-18 16:11:30 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-18 16:11:30 +0200
commitbc2bac14c4aac224b6659cf3688c0712e6890347 (patch)
tree875c5ca158044890948c4fccd30ab36206bfd715
parent6c7769112eaa213c09d412a8dba51e59f2240bea (diff)
downloaddotfiles-bc2bac14c4aac224b6659cf3688c0712e6890347.tar.gz
dotfiles-bc2bac14c4aac224b6659cf3688c0712e6890347.tar.xz
vim: Use vimtex
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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'