From c5aaa7cf31fa5cdd8c68c70201a2e15925251345 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 9 Jun 2012 00:27:48 +1200 Subject: Use more of the formatting options --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 9e9c64b9..ffd17e1b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -28,7 +28,7 @@ if has("autocmd") " Markdown augroup markdown au! - autocmd Syntax markdown setlocal textwidth=79 + autocmd Filetype markdown setlocal formatoptions+=t if exists("&colorcolumn") autocmd Filetype markdown setlocal colorcolumn=+1 endif @@ -71,6 +71,7 @@ endif " Formatting set expandtab +set formatoptions=croqan1j set smarttab set nojoinspaces set shiftround -- cgit v1.2.3