I was working on an AngularJS project and Syntastic in VIM was complaining about errors related to the HTML5 attributes.

To fix, simple add the following line to ~/.vimrc:


let g:syntastic_html_tidy_exec = 'tidy5'


Related External Links: