From 27afd118949ed7cbc9277049254d4e6ea3f45c97 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Mon, 16 Nov 2020 11:36:40 +0100 Subject: [PATCH] Add .cls files as tex detection --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 07371d8..76a37c6 100644 --- a/init.vim +++ b/init.vim @@ -520,6 +520,9 @@ if g:use_vimtex == 1 "endif "let g:vimtex_fold_enabled=1 + + au BufNewFile,BufRead *.cls call execute('set filetype=tex') +" === endif " ===