chore: set autoload for tex files

This commit is contained in:
surtur 2021-02-04 22:38:07 +01:00
parent d1182628a3
commit 88fbf9e0cb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -234,6 +234,10 @@ au BufNewFile,BufRead *.c,*.h,*.cpp
\ setlocal tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent
\ textwidth=79 fileformat=unix
au BufNewFile,BufRead *.tex
\ setlocal tabstop=2 shiftwidth=2 softtabstop=2 expandtab autoindent
\ textwidth=79 fileformat=unix conceallevel=0
" ------ adv maps ------
" strip trailing whitespace, ss (strip space)