Set tw for latex

This commit is contained in:
Thomas FORGIONE 2017-01-10 09:53:59 +01:00
parent 76f9f6b4a0
commit 40ece5ab95
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -74,6 +74,8 @@ let g:airline_powerline_fonts = 1
let g:airline#extensions#branch#format = 1
let g:airline_theme='dark'
set t_Co=256
" Set textwidth for latex
autocmd FileType tex set textwidth=79
" }}}
" COLOR #############################################################{{{