Parcourir la source

Don't wrap git updates

Fred Damstra il y a 4 ans
Parent
commit
543cd66b58
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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
+
+