Set tw for latex
This commit is contained in:
parent
76f9f6b4a0
commit
40ece5ab95
2
vimrc
2
vimrc
|
@ -74,6 +74,8 @@ let g:airline_powerline_fonts = 1
|
||||||
let g:airline#extensions#branch#format = 1
|
let g:airline#extensions#branch#format = 1
|
||||||
let g:airline_theme='dark'
|
let g:airline_theme='dark'
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
" Set textwidth for latex
|
||||||
|
autocmd FileType tex set textwidth=79
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" COLOR #############################################################{{{
|
" COLOR #############################################################{{{
|
||||||
|
|
Loading…
Reference in New Issue