Browse Source

Don't wrap git updates

Fred Damstra 4 years ago
parent
commit
543cd66b58
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -125,6 +125,8 @@ au BufNewFile,BufRead *.js, *.html, *.css
 au BufNewFile,BufRead *.sls
     \ set filetype=sls
 
+au FileType gitcommit setlocal nowrap
+
 "au BufNewFile,BufRead *.hcl, *.tf
 "    \ set filetype=terraform
 
@@ -143,3 +145,5 @@ let g:syntastic_python_python_exec = 'python3'
 let g:syntastic_python_checkers = ['python']
 
 au BufRead * normal zR
+
+