Skip to content

Commit

Permalink
[vim] Ale: Specify HTML linters
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Oct 10, 2022
1 parent 24a48b1 commit c2b8535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/after/plugin/ale.vim
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function! SetupAle()
\ 'python': [
\ ],
\ 'markdown': [],
\ 'html': ['alex', 'angular', 'cspell', 'fecs', 'htmlhint', 'proselint', 'stylelint', 'tidy'],
\}

let g:ale_fixers = {
Expand Down

0 comments on commit c2b8535

Please sign in to comment.