aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-09 00:28:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-09 00:28:12 +1200
commit68a023d7c92c3b8ca74236ec353079fc9ac64670 (patch)
treed1381b6fba92c24a5aacf59723582c25183de05d /vim/vimrc
parentUse more of the formatting options (diff)
downloaddotfiles-68a023d7c92c3b8ca74236ec353079fc9ac64670.tar.gz
dotfiles-68a023d7c92c3b8ca74236ec353079fc9ac64670.zip
Set textwidth for Markdown
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ffd17e1b..6b7e9222 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -29,6 +29,7 @@ if has("autocmd")
augroup markdown
au!
autocmd Filetype markdown setlocal formatoptions+=t
+ autocmd Filetype markdown setlocal textwidth=79
if exists("&colorcolumn")
autocmd Filetype markdown setlocal colorcolumn=+1
endif