From 37c0c591dbdcc61e0e549838bfb0b8422344ef10 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 28 Jun 2016 16:40:55 +0100 Subject: [PATCH] Better line breaking behaviour in latex. --- vim/.vim/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/tex.vim diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim new file mode 100644 index 0000000..9e60f19 --- /dev/null +++ b/vim/.vim/ftplugin/tex.vim @@ -0,0 +1,2 @@ +setlocal formatoptions=aw +setlocal textwidth=80 -- 2.45.2