diff options
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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'], +\} |