diff options
-rw-r--r-- | _vim/ftplugin/tex.vim | 1 | ||||
-rw-r--r-- | _vim/vimrc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_vim/ftplugin/tex.vim b/_vim/ftplugin/tex.vim index efdf2d2..26ba77c 100644 --- a/_vim/ftplugin/tex.vim +++ b/_vim/ftplugin/tex.vim @@ -2,6 +2,7 @@ " ~/.vim/ftplugin/tex.vim " +setlocal textwidth=75 setlocal shiftwidth=2 setlocal expandtab setlocal spell @@ -145,7 +145,6 @@ set smartindent set wrap set linebreak -set textwidth=75 set formatoptions+=m " Break at multi-byte characters (e.g., CJK) |