From 74152e04fcbc4b4c4c54cc30f2219a0544aa3d4e Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 4 Jun 2024 23:12:01 +0200 Subject: [PATCH] No textwidth --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 1047430..cd1f104 100644 --- a/init.vim +++ b/init.vim @@ -96,6 +96,7 @@ let g:airline_powerline_fonts = 1 let g:airline#extensions#branch#format = 1 let g:airline_theme='dark' set t_Co=256 +set textwidth=0 " Set textwidth for latex " autocmd FileType tex set textwidth=79 " }}}