diff --git a/vim/after/plugin/ale.vim b/vim/after/plugin/ale.vim index a9dbb01..31a093f 100644 --- a/vim/after/plugin/ale.vim +++ b/vim/after/plugin/ale.vim @@ -34,6 +34,7 @@ function! SetupAle() \ 'python': [ \ ], \ 'markdown': [], + \ 'html': ['alex', 'angular', 'cspell', 'fecs', 'htmlhint', 'proselint', 'stylelint', 'tidy'], \} let g:ale_fixers = {