plugins: Remove discouraged lazy loading of VimTeX
authorStefan Huber <shuber@sthu.org>
Sun, 6 Nov 2022 13:09:19 +0000 (14:09 +0100)
committerStefan Huber <shuber@sthu.org>
Sun, 6 Nov 2022 13:09:19 +0000 (14:09 +0100)
plugins-noroot-nolowendbox.vim

index c45018eb19a7070e84e7966aa5869bbf49fd2108..ceba0e313758234f8f2c4a5d19b6cfa87e8a8617 100644 (file)
@@ -21,7 +21,7 @@ Plug 'justmao945/vim-clang', {'for': ['c', 'cpp', 'objc']}
 
 " Prevent slow foling update, e.g., for vimtex
 Plug 'Konfekt/FastFold'
-Plug 'lervag/vimtex', {'for': 'tex'}
+Plug 'lervag/vimtex'
 
 Plug 'mhinz/vim-signify'
 Plug 'tpope/vim-fugitive'