From d4f97edc0a3fb7569005e6edca42eca869a40561 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Fri, 27 Sep 2019 13:23:22 -0400 Subject: Update vim configs --- vim/.vim/after/ftplugin/mail.vim | 1 + vim/.vim/after/ftplugin/nroff.vim | 1 + vim/.vim/after/ftplugin/tex.vim | 2 ++ 3 files changed, 4 insertions(+) (limited to 'vim/.vim/after') diff --git a/vim/.vim/after/ftplugin/mail.vim b/vim/.vim/after/ftplugin/mail.vim index c6e2b8a..b4ff4d0 100644 --- a/vim/.vim/after/ftplugin/mail.vim +++ b/vim/.vim/after/ftplugin/mail.vim @@ -1,3 +1,4 @@ set softtabstop=4 set shiftwidth=4 set expandtab +set tw=70 diff --git a/vim/.vim/after/ftplugin/nroff.vim b/vim/.vim/after/ftplugin/nroff.vim index 87f4512..7dcafeb 100644 --- a/vim/.vim/after/ftplugin/nroff.vim +++ b/vim/.vim/after/ftplugin/nroff.vim @@ -1 +1,2 @@ set spell +set tw=70 diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim index 87f4512..c3bea98 100644 --- a/vim/.vim/after/ftplugin/tex.vim +++ b/vim/.vim/after/ftplugin/tex.vim @@ -1 +1,3 @@ set spell +set tw=70 +VimtexTocOpen -- cgit v1.1