aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_vim/ftplugin/tex.vim1
-rw-r--r--_vim/vimrc1
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
diff --git a/_vim/vimrc b/_vim/vimrc
index 92cbb96..bc4340b 100644
--- a/_vim/vimrc
+++ b/_vim/vimrc
@@ -145,7 +145,6 @@ set smartindent
set wrap
set linebreak
-set textwidth=75
set formatoptions+=m " Break at multi-byte characters (e.g., CJK)