plugins: Have gutentags also for tex
authorStefan Huber <shuber@sthu.org>
Sun, 19 Dec 2021 23:30:44 +0000 (00:30 +0100)
committerStefan Huber <shuber@sthu.org>
Sun, 19 Dec 2021 23:30:44 +0000 (00:30 +0100)
plugins-noroot.vim

index e2e97b68e4d867993f966b118205818572561539..0553a16fb9ef4b42f9366b325d641e995a558e71 100644 (file)
@@ -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'