From e9cbf4ea205ab9ab5f0b9b8940763047a70ffb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 4 Jul 2020 23:45:53 +0200 Subject: [vim] latex --- .vim/bundles.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim') diff --git a/.vim/bundles.vim b/.vim/bundles.vim index ce025cc..9bb4278 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -55,5 +55,8 @@ Plugin 'Valloric/YouCompleteMe' " Enhanced Python Syntax Plugin 'vim-python/python-syntax' +" Latex +Plugin 'lervag/vimtex' + call vundle#end() filetype plugin indent on " required! -- cgit v1.2.3