Explorar o código

Don't wrap git updates

Fred Damstra %!s(int64=4) %!d(string=hai) anos
pai
achega
543cd66b58
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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
+
+