diff options
| author | Tucker Evans <tuckerevans24@gmail.com> | 2019-09-27 13:23:22 -0400 | 
|---|---|---|
| committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-09-27 13:23:22 -0400 | 
| commit | d4f97edc0a3fb7569005e6edca42eca869a40561 (patch) | |
| tree | 6ded73df1d0be53d4af6bdc5de0d84b1f8537927 /vim/.vim/after | |
| parent | f391c9a87cb0b3e6acfb1d8cb64660f1fd2edc09 (diff) | |
Update vim configs
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 | 
