X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=vim%2Fvimrc;h=5a5bdeef57646c1f23522231a536f295ddd81d28;hb=943371d7bb6e11ee1be229005380d9e54cb76a43;hp=344e5732fd4f8439d72312eb4fd2e345b86cc886;hpb=7be7c4895081c29d848853149f95d19f12df4cb7;p=smckown%2Fdotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 344e573..5a5bdee 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -80,6 +80,7 @@ if has("autocmd") autocmd filetype c,cpp,java setlocal tw=80 fo-=t fo+=j autocmd filetype nesc setlocal syntax=c.doxygen tw=80 fo-=t fo+=j autocmd filetype text setlocal tw=80 fo+=jt + autocmd filetype tex setlocal tw=80 fo+=jt autocmd BufReadPre README*,TODO*,INSTALL* setlocal tw=80 fo+=t