summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f94b36a..61ab9a8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -137,3 +137,8 @@ nmap <leader>ai <Plug>(JavaComplete-Imports-AddMissing)
" markdown
let g:vim_markdown_math = 1
+
+" html
+let g:ale_linters = {
+\ 'html': ['htmlhint', 'tidy'],
+\}