summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim3
1 files changed, 3 insertions, 0 deletions
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!