- commit
- 67d6dda1c0f2b1a3c649edebc5cccba0fddc89a6
- parent
- 445a378f7d417c6a95269e6351fda0d2d82daec2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-02-12 17:39
add htmlhint
Diffstat
| A | ftplugin/html_htmlhint.vim | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/html_htmlhint.vim b/ftplugin/html_htmlhint.vim
@@ -0,0 +1,4 @@
-1 1 if executable('htmlhint') && !exists('b:lint_prg')
-1 2 let b:lint_prg = 'htmlhint -f unix'
-1 3 let b:lint_format = '%f:%l:%c: %m'
-1 4 endif