]> git.phdru.name Git - dotfiles.git/blob - .vim/ftplugin/text.vim
059a30437420737a34fb560b57614ce673ed3c2a
[dotfiles.git] / .vim / ftplugin / text.vim
1 if &tw == 0
2   setlocal tw=72
3 endif
4
5 " Set 'formatoptions' to break text lines and keep the comment leader ">".
6 setlocal fo+=tcql