From cd024abc7b62f8224718366a5e0b9d2a11f7b6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Mon, 20 Sep 2021 18:23:51 +0200 Subject: [PATCH] added vimtex plugin --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 37e1afe..af3d32e 100644 --- a/init.vim +++ b/init.vim @@ -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 ========================