|
@@ -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
|
|
|
+
|
|
|
+
|