aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/vimrc b/base/vimrc
index 063063c..12640f8 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -271,6 +271,8 @@ au BufNewFile,BufRead * call SetLocalOptions(bufname("%"))
au Syntax json normal zR
au BufNewFile,BufRead *.less set filetype=less
au! BufWritePost $MYVIMRC source $MYVIMRC
+autocmd FileType gitcommit set textwidth=72
+autocmd FileType gitcommit set colorcolumn=73
au! BufRead,BufNewFile *.md set filetype=markdown
au! BufRead,BufNewFile *.md set spell
pa! matchit