Allow HTML5 Attributes In Syntastic And VIM

Posted By Weston Ganger

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:

Article Topic:Software Development - Linux

Date:May 31, 2016