added vimtex plugin

This commit is contained in:
Daniel Knüttel 2021-09-20 18:23:51 +02:00
parent 913e724850
commit cd024abc7b
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ Plug 'kyazdani42/nvim-tree.lua'
" Git Gut.
Plug 'airblade/vim-gitgutter'
" Vimtex for a better TeX experience
Plug 'lervag/vimtex'
call plug#end()
"======================== Language Server Configuration ========================