Add .cls files as tex detection

This commit is contained in:
David Holland 2020-11-16 11:36:40 +01:00
parent f6af32126d
commit 27afd11894
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 3 additions and 0 deletions

View File

@ -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
" ===