summaryrefslogtreecommitdiff
path: root/ale_linters/html/tidy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/html/tidy.vim')
-rw-r--r--ale_linters/html/tidy.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/ale_linters/html/tidy.vim b/ale_linters/html/tidy.vim
index a4e12aec..53520347 100644
--- a/ale_linters/html/tidy.vim
+++ b/ale_linters/html/tidy.vim
@@ -1,12 +1,6 @@
" Author: KabbAmine <amine.kabb@gmail.com>
" Description: This file adds support for checking HTML code with tidy.
-if exists('g:loaded_ale_linters_html_tidy')
- finish
-endif
-
-let g:loaded_ale_linters_html_tidy = 1
-
" CLI options
let g:ale_html_tidy_executable = get(g:, 'ale_html_tidy_executable', 'tidy')
let g:ale_html_tidy_args = get(g:, 'ale_html_tidy_args', '-q -e -language en')