Commit dbb24bf

mo khan <mo@mokhan.ca>
2021-07-25 18:13:17
set textwidth and formatoptions for markdown and mail
1 parent c6d0052
Changed files (2)
ftplugin/mail.vim
@@ -1,2 +1,4 @@
 setlocal colorcolumn=72,80
 setlocal spell
+setlocal textwidth=80
+setlocal formatoptions+=t
ftplugin/markdown.vim
@@ -1,2 +1,4 @@
 nnoremap setlocal spell
 setlocal colorcolumn=80,120 " show color columns
+setlocal textwidth=80
+setlocal formatoptions+=t