diff options
Diffstat (limited to 'vim/.vim/after')
| -rw-r--r-- | vim/.vim/after/ftplugin/mail.vim | 1 | ||||
| -rw-r--r-- | vim/.vim/after/ftplugin/nroff.vim | 1 | ||||
| -rw-r--r-- | vim/.vim/after/ftplugin/tex.vim | 2 | 
3 files changed, 4 insertions, 0 deletions
| 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 | 
