diff --git a/plugin/syntastic/registry.vim b/plugin/syntastic/registry.vim index 9e61d229..08929b7c 100644 --- a/plugin/syntastic/registry.vim +++ b/plugin/syntastic/registry.vim @@ -6,6 +6,7 @@ let g:loaded_syntastic_registry=1 let s:defaultCheckers = { \ 'c': ['gcc'], \ 'cpp': ['gcc'], + \ 'html': ['tidy'], \ 'java': ['javac'], \ 'objc': ['gcc'], \ 'php': ['php', 'phpcs', 'phpmd'],