chore: set autoload for tex files
This commit is contained in:
parent
d1182628a3
commit
88fbf9e0cb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user