From 4b43577ea69c796594405180573fa4efc0778677 Mon Sep 17 00:00:00 2001
From: Stefan Huber <shuber@sthu.org>
Date: Mon, 20 Dec 2021 00:30:44 +0100
Subject: [PATCH] plugins: Have gutentags also for tex

---
 plugins-noroot.vim | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins-noroot.vim b/plugins-noroot.vim
index e2e97b6..0553a16 100644
--- a/plugins-noroot.vim
+++ b/plugins-noroot.vim
@@ -1,6 +1,7 @@
 Plug 'majutsushi/tagbar', {'on': 'TagbarToggle'}
 
-Plug 'ludovicchabant/vim-gutentags', {'for': ['c', 'cpp', 'objc']}
+" Disable conditional loading to have gutentags also for tex files
+Plug 'ludovicchabant/vim-gutentags' ", {'for': ['c', 'cpp', 'objc', 'tex']}
 "Plug 'vim-scripts/Conque-GDB', {'for': ['c', 'cpp', 'objc']}
 
 Plug 'editorconfig/editorconfig-vim'
-- 
2.39.5