diff --git a/dot_vimrc b/dot_vimrc index 58aa7c1..4516962 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -108,3 +108,4 @@ let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 +au BufNewFile,BufRead Jenkinsfile setf groovy