No textwidth

This commit is contained in:
Thomas Forgione 2024-06-04 23:12:01 +02:00
parent 8b504986b1
commit 74152e04fc
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ 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=0
" Set textwidth for latex " Set textwidth for latex
" autocmd FileType tex set textwidth=79 " autocmd FileType tex set textwidth=79
" }}} " }}}