From 51169599fd5173e766caa1094656140b62747814 Mon Sep 17 00:00:00 2001 From: "Claudio Maggioni (maggicl)" Date: Sun, 30 Jun 2019 14:04:49 +0200 Subject: [PATCH] Tweaked ensime, installed syntastic, unimpared, sbt-vim and ListToggle for quickfix/location toggling. Removed vim-grepper since fugitive covers all features required. --- .gitmodules | 15 +- doc/grepper.txt | 1 - doc/syntastic-checkers.txt | 1 + doc/syntastic.txt | 1 + doc/tags | 825 ++++++++++++++++++++++++++++++--- doc/unimpaired.txt | 1 + init.vim | 27 +- pack/plugins/start/ListToggle | 1 + pack/plugins/start/sbt-vim | 1 + pack/plugins/start/syntastic | 1 + pack/plugins/start/unimpaired | 1 + pack/plugins/start/vim-grepper | 1 - 12 files changed, 804 insertions(+), 72 deletions(-) delete mode 120000 doc/grepper.txt create mode 120000 doc/syntastic-checkers.txt create mode 120000 doc/syntastic.txt create mode 120000 doc/unimpaired.txt create mode 160000 pack/plugins/start/ListToggle create mode 160000 pack/plugins/start/sbt-vim create mode 160000 pack/plugins/start/syntastic create mode 160000 pack/plugins/start/unimpaired delete mode 160000 pack/plugins/start/vim-grepper diff --git a/.gitmodules b/.gitmodules index e0e76a2..8186450 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [submodule "pack/plugins/start/i3config.vim"] path = pack/plugins/start/i3config.vim url = https://github.com/mboughaba/i3config.vim.git -[submodule "pack/plugins/start/vim-grepper"] - path = pack/plugins/start/vim-grepper - url = https://github.com/mhinz/vim-grepper.git [submodule "pack/plugins/start/vim-go"] path = pack/plugins/start/vim-go url = https://github.com/fatih/vim-go.git @@ -46,3 +43,15 @@ [submodule "pack/plugins/start/gitignore.vim"] path = pack/plugins/start/gitignore.vim url = https://github.com/vim-scripts/gitignore.vim +[submodule "pack/plugins/start/sbt-vim"] + path = pack/plugins/start/sbt-vim + url = https://github.com/ktvoelker/sbt-vim +[submodule "pack/plugins/start/syntastic"] + path = pack/plugins/start/syntastic + url = https://github.com/vim-syntastic/syntastic +[submodule "pack/plugins/start/ListToggle"] + path = pack/plugins/start/ListToggle + url = https://github.com/Valloric/ListToggle +[submodule "pack/plugins/start/unimpaired"] + path = pack/plugins/start/unimpaired + url = https://tpope.io/vim/unimpaired.git diff --git a/doc/grepper.txt b/doc/grepper.txt deleted file mode 120000 index 488288c..0000000 --- a/doc/grepper.txt +++ /dev/null @@ -1 +0,0 @@ -../autostart/vim-grepper/doc/grepper.txt \ No newline at end of file diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt new file mode 120000 index 0000000..39cd3e1 --- /dev/null +++ b/doc/syntastic-checkers.txt @@ -0,0 +1 @@ +../autostart/syntastic/doc/syntastic-checkers.txt \ No newline at end of file diff --git a/doc/syntastic.txt b/doc/syntastic.txt new file mode 120000 index 0000000..6245368 --- /dev/null +++ b/doc/syntastic.txt @@ -0,0 +1 @@ +../autostart/syntastic/doc/syntastic.txt \ No newline at end of file diff --git a/doc/tags b/doc/tags index 494dcbd..dfd9def 100644 --- a/doc/tags +++ b/doc/tags @@ -1,3 +1,18 @@ +'b:syntastic__exec' syntastic.txt /*'b:syntastic__exec'* +'b:syntastic_ada_cflags' syntastic-checkers.txt /*'b:syntastic_ada_cflags'* +'b:syntastic_asm_cflags' syntastic-checkers.txt /*'b:syntastic_asm_cflags'* +'b:syntastic_c_cflags' syntastic-checkers.txt /*'b:syntastic_c_cflags'* +'b:syntastic_checkers' syntastic.txt /*'b:syntastic_checkers'* +'b:syntastic_cobol_cflags' syntastic-checkers.txt /*'b:syntastic_cobol_cflags'* +'b:syntastic_cpp_cflags' syntastic-checkers.txt /*'b:syntastic_cpp_cflags'* +'b:syntastic_d_cflags' syntastic-checkers.txt /*'b:syntastic_d_cflags'* +'b:syntastic_fortran_cflags' syntastic-checkers.txt /*'b:syntastic_fortran_cflags'* +'b:syntastic_mode' syntastic.txt /*'b:syntastic_mode'* +'b:syntastic_objc_cflags' syntastic-checkers.txt /*'b:syntastic_objc_cflags'* +'b:syntastic_objcpp_cflags' syntastic-checkers.txt /*'b:syntastic_objcpp_cflags'* +'b:syntastic_skip_checks' syntastic.txt /*'b:syntastic_skip_checks'* +'b:syntastic_verilog_cflags' syntastic-checkers.txt /*'b:syntastic_verilog_cflags'* +'b:vaxe_hxml' syntastic-checkers.txt /*'b:vaxe_hxml'* 'g:go_addtags_transform' vim-go.txt /*'g:go_addtags_transform'* 'g:go_alternate_mode' vim-go.txt /*'g:go_alternate_mode'* 'g:go_asmfmt_autosave' vim-go.txt /*'g:go_asmfmt_autosave'* @@ -85,6 +100,208 @@ 'g:go_textobj_include_variable' vim-go.txt /*'g:go_textobj_include_variable'* 'g:go_updatetime' vim-go.txt /*'g:go_updatetime'* 'g:go_version_warning' vim-go.txt /*'g:go_version_warning'* +'g:syntastic__checkers' syntastic.txt /*'g:syntastic__checkers'* +'g:syntastic_ada_check_header' syntastic-checkers.txt /*'g:syntastic_ada_check_header'* +'g:syntastic_ada_compiler' syntastic-checkers.txt /*'g:syntastic_ada_compiler'* +'g:syntastic_ada_compiler_options' syntastic-checkers.txt /*'g:syntastic_ada_compiler_options'* +'g:syntastic_ada_config_file' syntastic-checkers.txt /*'g:syntastic_ada_config_file'* +'g:syntastic_ada_errorformat' syntastic-checkers.txt /*'g:syntastic_ada_errorformat'* +'g:syntastic_ada_include_dirs' syntastic-checkers.txt /*'g:syntastic_ada_include_dirs'* +'g:syntastic_ada_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_ada_remove_include_errors'* +'g:syntastic_asm_compiler' syntastic-checkers.txt /*'g:syntastic_asm_compiler'* +'g:syntastic_asm_compiler_options' syntastic-checkers.txt /*'g:syntastic_asm_compiler_options'* +'g:syntastic_asm_config_file' syntastic-checkers.txt /*'g:syntastic_asm_config_file'* +'g:syntastic_asm_dialect' syntastic-checkers.txt /*'g:syntastic_asm_dialect'* +'g:syntastic_asm_errorformat' syntastic-checkers.txt /*'g:syntastic_asm_errorformat'* +'g:syntastic_asm_include_dirs' syntastic-checkers.txt /*'g:syntastic_asm_include_dirs'* +'g:syntastic_asm_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_asm_remove_include_errors'* +'g:syntastic_avrgcc_config_file' syntastic-checkers.txt /*'g:syntastic_avrgcc_config_file'* +'g:syntastic_c_auto_refresh_includes' syntastic-checkers.txt /*'g:syntastic_c_auto_refresh_includes'* +'g:syntastic_c_check_header' syntastic-checkers.txt /*'g:syntastic_c_check_header'* +'g:syntastic_c_compiler' syntastic-checkers.txt /*'g:syntastic_c_compiler'* +'g:syntastic_c_compiler_options' syntastic-checkers.txt /*'g:syntastic_c_compiler_options'* +'g:syntastic_c_config_file' syntastic-checkers.txt /*'g:syntastic_c_config_file'* +'g:syntastic_c_errorformat' syntastic-checkers.txt /*'g:syntastic_c_errorformat'* +'g:syntastic_c_flawfinder_thres' syntastic-checkers.txt /*'g:syntastic_c_flawfinder_thres'* +'g:syntastic_c_include_dirs' syntastic-checkers.txt /*'g:syntastic_c_include_dirs'* +'g:syntastic_c_no_default_include_dirs' syntastic-checkers.txt /*'g:syntastic_c_no_default_include_dirs'* +'g:syntastic_c_no_include_search' syntastic-checkers.txt /*'g:syntastic_c_no_include_search'* +'g:syntastic_c_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_c_remove_include_errors'* +'g:syntastic_clang_check_config_file' syntastic-checkers.txt /*'g:syntastic_clang_check_config_file'* +'g:syntastic_clang_tidy_config_file' syntastic-checkers.txt /*'g:syntastic_clang_tidy_config_file'* +'g:syntastic_cobol_compiler' syntastic-checkers.txt /*'g:syntastic_cobol_compiler'* +'g:syntastic_cobol_compiler_options' syntastic-checkers.txt /*'g:syntastic_cobol_compiler_options'* +'g:syntastic_cobol_config_file' syntastic-checkers.txt /*'g:syntastic_cobol_config_file'* +'g:syntastic_cobol_errorformat' syntastic-checkers.txt /*'g:syntastic_cobol_errorformat'* +'g:syntastic_cobol_include_dirs' syntastic-checkers.txt /*'g:syntastic_cobol_include_dirs'* +'g:syntastic_cobol_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_cobol_remove_include_errors'* +'g:syntastic_cpp_auto_refresh_includes' syntastic-checkers.txt /*'g:syntastic_cpp_auto_refresh_includes'* +'g:syntastic_cpp_check_header' syntastic-checkers.txt /*'g:syntastic_cpp_check_header'* +'g:syntastic_cpp_compiler' syntastic-checkers.txt /*'g:syntastic_cpp_compiler'* +'g:syntastic_cpp_compiler_options' syntastic-checkers.txt /*'g:syntastic_cpp_compiler_options'* +'g:syntastic_cpp_config_file' syntastic-checkers.txt /*'g:syntastic_cpp_config_file'* +'g:syntastic_cpp_cpplint_args' syntastic-checkers.txt /*'g:syntastic_cpp_cpplint_args'* +'g:syntastic_cpp_cpplint_thres' syntastic-checkers.txt /*'g:syntastic_cpp_cpplint_thres'* +'g:syntastic_cpp_errorformat' syntastic-checkers.txt /*'g:syntastic_cpp_errorformat'* +'g:syntastic_cpp_flawfinder_thres' syntastic-checkers.txt /*'g:syntastic_cpp_flawfinder_thres'* +'g:syntastic_cpp_include_dirs' syntastic-checkers.txt /*'g:syntastic_cpp_include_dirs'* +'g:syntastic_cpp_no_default_include_dirs' syntastic-checkers.txt /*'g:syntastic_cpp_no_default_include_dirs'* +'g:syntastic_cpp_no_include_search' syntastic-checkers.txt /*'g:syntastic_cpp_no_include_search'* +'g:syntastic_cpp_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_cpp_remove_include_errors'* +'g:syntastic_cppcheck_config_file' syntastic-checkers.txt /*'g:syntastic_cppcheck_config_file'* +'g:syntastic_cuda_check_header' syntastic-checkers.txt /*'g:syntastic_cuda_check_header'* +'g:syntastic_cuda_config_file' syntastic-checkers.txt /*'g:syntastic_cuda_config_file'* +'g:syntastic_d_check_header' syntastic-checkers.txt /*'g:syntastic_d_check_header'* +'g:syntastic_d_compiler' syntastic-checkers.txt /*'g:syntastic_d_compiler'* +'g:syntastic_d_compiler_options' syntastic-checkers.txt /*'g:syntastic_d_compiler_options'* +'g:syntastic_d_config_file' syntastic-checkers.txt /*'g:syntastic_d_config_file'* +'g:syntastic_d_dub_exec' syntastic-checkers.txt /*'g:syntastic_d_dub_exec'* +'g:syntastic_d_errorformat' syntastic-checkers.txt /*'g:syntastic_d_errorformat'* +'g:syntastic_d_include_dirs' syntastic-checkers.txt /*'g:syntastic_d_include_dirs'* +'g:syntastic_d_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_d_remove_include_errors'* +'g:syntastic_d_use_dub' syntastic-checkers.txt /*'g:syntastic_d_use_dub'* +'g:syntastic_fortran_compiler' syntastic-checkers.txt /*'g:syntastic_fortran_compiler'* +'g:syntastic_fortran_compiler_options' syntastic-checkers.txt /*'g:syntastic_fortran_compiler_options'* +'g:syntastic_fortran_config_file' syntastic-checkers.txt /*'g:syntastic_fortran_config_file'* +'g:syntastic_fortran_errorformat' syntastic-checkers.txt /*'g:syntastic_fortran_errorformat'* +'g:syntastic_fortran_include_dirs' syntastic-checkers.txt /*'g:syntastic_fortran_include_dirs'* +'g:syntastic_fortran_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_fortran_remove_include_errors'* +'g:syntastic_glsl_extensions' syntastic-checkers.txt /*'g:syntastic_glsl_extensions'* +'g:syntastic_glsl_options' syntastic-checkers.txt /*'g:syntastic_glsl_options'* +'g:syntastic_go_go_build_args' syntastic-checkers.txt /*'g:syntastic_go_go_build_args'* +'g:syntastic_go_go_test_args' syntastic-checkers.txt /*'g:syntastic_go_go_test_args'* +'g:syntastic_html_tidy_blocklevel_tags' syntastic-checkers.txt /*'g:syntastic_html_tidy_blocklevel_tags'* +'g:syntastic_html_tidy_empty_tags' syntastic-checkers.txt /*'g:syntastic_html_tidy_empty_tags'* +'g:syntastic_html_tidy_ignore_errors' syntastic-checkers.txt /*'g:syntastic_html_tidy_ignore_errors'* +'g:syntastic_html_tidy_inline_tags' syntastic-checkers.txt /*'g:syntastic_html_tidy_inline_tags'* +'g:syntastic_html_validator_api' syntastic-checkers.txt /*'g:syntastic_html_validator_api'* +'g:syntastic_html_validator_exec' syntastic-checkers.txt /*'g:syntastic_html_validator_exec'* +'g:syntastic_html_validator_nsfilter' syntastic-checkers.txt /*'g:syntastic_html_validator_nsfilter'* +'g:syntastic_html_validator_parser' syntastic-checkers.txt /*'g:syntastic_html_validator_parser'* +'g:syntastic_html_validator_schema' syntastic-checkers.txt /*'g:syntastic_html_validator_schema'* +'g:syntastic_html_w3_api' syntastic-checkers.txt /*'g:syntastic_html_w3_api'* +'g:syntastic_html_w3_doctype' syntastic-checkers.txt /*'g:syntastic_html_w3_doctype'* +'g:syntastic_html_w3_exec' syntastic-checkers.txt /*'g:syntastic_html_w3_exec'* +'g:syntastic_java_checkstyle_classpath' syntastic-checkers.txt /*'g:syntastic_java_checkstyle_classpath'* +'g:syntastic_java_checkstyle_conf_file' syntastic-checkers.txt /*'g:syntastic_java_checkstyle_conf_file'* +'g:syntastic_java_checkstyle_exec' syntastic-checkers.txt /*'g:syntastic_java_checkstyle_exec'* +'g:syntastic_java_javac_autoload_maven_classpath' syntastic-checkers.txt /*'g:syntastic_java_javac_autoload_maven_classpath'* +'g:syntastic_java_javac_classpath' syntastic-checkers.txt /*'g:syntastic_java_javac_classpath'* +'g:syntastic_java_javac_config_file' syntastic-checkers.txt /*'g:syntastic_java_javac_config_file'* +'g:syntastic_java_javac_config_file_enabled' syntastic-checkers.txt /*'g:syntastic_java_javac_config_file_enabled'* +'g:syntastic_java_javac_custom_classpath_command' syntastic-checkers.txt /*'g:syntastic_java_javac_custom_classpath_command'* +'g:syntastic_java_javac_delete_output' syntastic-checkers.txt /*'g:syntastic_java_javac_delete_output'* +'g:syntastic_java_javac_executable' syntastic-checkers.txt /*'g:syntastic_java_javac_executable'* +'g:syntastic_java_javac_options' syntastic-checkers.txt /*'g:syntastic_java_javac_options'* +'g:syntastic_java_maven_executable' syntastic-checkers.txt /*'g:syntastic_java_maven_executable'* +'g:syntastic_javascript_closurecompiler_path' syntastic-checkers.txt /*'g:syntastic_javascript_closurecompiler_path'* +'g:syntastic_javascript_closurecompiler_script' syntastic-checkers.txt /*'g:syntastic_javascript_closurecompiler_script'* +'g:syntastic_javascript_standard_generic' syntastic-checkers.txt /*'g:syntastic_javascript_standard_generic'* +'g:syntastic_less_use_less_lint' syntastic-checkers.txt /*'g:syntastic_less_use_less_lint'* +'g:syntastic_objc_check_header' syntastic-checkers.txt /*'g:syntastic_objc_check_header'* +'g:syntastic_objc_compiler' syntastic-checkers.txt /*'g:syntastic_objc_compiler'* +'g:syntastic_objc_compiler_options' syntastic-checkers.txt /*'g:syntastic_objc_compiler_options'* +'g:syntastic_objc_config_file' syntastic-checkers.txt /*'g:syntastic_objc_config_file'* +'g:syntastic_objc_errorformat' syntastic-checkers.txt /*'g:syntastic_objc_errorformat'* +'g:syntastic_objc_include_dirs' syntastic-checkers.txt /*'g:syntastic_objc_include_dirs'* +'g:syntastic_objc_no_default_include_dirs' syntastic-checkers.txt /*'g:syntastic_objc_no_default_include_dirs'* +'g:syntastic_objc_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_objc_remove_include_errors'* +'g:syntastic_objcpp_check_header' syntastic-checkers.txt /*'g:syntastic_objcpp_check_header'* +'g:syntastic_objcpp_compiler' syntastic-checkers.txt /*'g:syntastic_objcpp_compiler'* +'g:syntastic_objcpp_compiler_options' syntastic-checkers.txt /*'g:syntastic_objcpp_compiler_options'* +'g:syntastic_objcpp_config_file' syntastic-checkers.txt /*'g:syntastic_objcpp_config_file'* +'g:syntastic_objcpp_errorformat' syntastic-checkers.txt /*'g:syntastic_objcpp_errorformat'* +'g:syntastic_objcpp_include_dirs' syntastic-checkers.txt /*'g:syntastic_objcpp_include_dirs'* +'g:syntastic_objcpp_no_default_include_dirs' syntastic-checkers.txt /*'g:syntastic_objcpp_no_default_include_dirs'* +'g:syntastic_objcpp_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_objcpp_remove_include_errors'* +'g:syntastic_ocaml_camlp4r' syntastic-checkers.txt /*'g:syntastic_ocaml_camlp4r'* +'g:syntastic_ocaml_janestreet_core_dir' syntastic-checkers.txt /*'g:syntastic_ocaml_janestreet_core_dir'* +'g:syntastic_ocaml_use_janestreet_core' syntastic-checkers.txt /*'g:syntastic_ocaml_use_janestreet_core'* +'g:syntastic_ocaml_use_ocamlbuild' syntastic-checkers.txt /*'g:syntastic_ocaml_use_ocamlbuild'* +'g:syntastic_ocaml_use_ocamlc' syntastic-checkers.txt /*'g:syntastic_ocaml_use_ocamlc'* +'g:syntastic_pc_lint_config_file' syntastic-checkers.txt /*'g:syntastic_pc_lint_config_file'* +'g:syntastic_perl6_lib_path' syntastic-checkers.txt /*'g:syntastic_perl6_lib_path'* +'g:syntastic_perl_interpreter' syntastic-checkers.txt /*'g:syntastic_perl_interpreter'* +'g:syntastic_perl_lib_path' syntastic-checkers.txt /*'g:syntastic_perl_lib_path'* +'g:syntastic_perl_perlcritic_thres' syntastic-checkers.txt /*'g:syntastic_perl_perlcritic_thres'* +'g:syntastic_python_python_use_codec' syntastic-checkers.txt /*'g:syntastic_python_python_use_codec'* +'g:syntastic_r_lintr_cache' syntastic-checkers.txt /*'g:syntastic_r_lintr_cache'* +'g:syntastic_r_lintr_linters' syntastic-checkers.txt /*'g:syntastic_r_lintr_linters'* +'g:syntastic_rst_sphinx_config_dir' syntastic-checkers.txt /*'g:syntastic_rst_sphinx_config_dir'* +'g:syntastic_rst_sphinx_source_dir' syntastic-checkers.txt /*'g:syntastic_rst_sphinx_source_dir'* +'g:syntastic_ruby_exec' syntastic-checkers.txt /*'g:syntastic_ruby_exec'* +'g:syntastic_ruby_flog_threshold_error' syntastic-checkers.txt /*'g:syntastic_ruby_flog_threshold_error'* +'g:syntastic_ruby_flog_threshold_warning' syntastic-checkers.txt /*'g:syntastic_ruby_flog_threshold_warning'* +'g:syntastic_scala_scalastyle_config_file' syntastic-checkers.txt /*'g:syntastic_scala_scalastyle_config_file'* +'g:syntastic_scala_scalastyle_exec' syntastic-checkers.txt /*'g:syntastic_scala_scalastyle_exec'* +'g:syntastic_scala_scalastyle_jar' syntastic-checkers.txt /*'g:syntastic_scala_scalastyle_jar'* +'g:syntastic_sparse_config_file' syntastic-checkers.txt /*'g:syntastic_sparse_config_file'* +'g:syntastic_splint_config_file' syntastic-checkers.txt /*'g:syntastic_splint_config_file'* +'g:syntastic_svg_validator_api' syntastic-checkers.txt /*'g:syntastic_svg_validator_api'* +'g:syntastic_svg_validator_exec' syntastic-checkers.txt /*'g:syntastic_svg_validator_exec'* +'g:syntastic_svg_validator_nsfilter' syntastic-checkers.txt /*'g:syntastic_svg_validator_nsfilter'* +'g:syntastic_svg_validator_parser' syntastic-checkers.txt /*'g:syntastic_svg_validator_parser'* +'g:syntastic_svg_validator_schema' syntastic-checkers.txt /*'g:syntastic_svg_validator_schema'* +'g:syntastic_svg_w3_api' syntastic-checkers.txt /*'g:syntastic_svg_w3_api'* +'g:syntastic_svg_w3_doctype' syntastic-checkers.txt /*'g:syntastic_svg_w3_doctype'* +'g:syntastic_svg_w3_exec' syntastic-checkers.txt /*'g:syntastic_svg_w3_exec'* +'g:syntastic_tex_chktex_showmsgs' syntastic-checkers.txt /*'g:syntastic_tex_chktex_showmsgs'* +'g:syntastic_vala_modules' syntastic-checkers.txt /*'g:syntastic_vala_modules'* +'g:syntastic_vala_vapi_dirs' syntastic-checkers.txt /*'g:syntastic_vala_vapi_dirs'* +'g:syntastic_verapp_config_file' syntastic-checkers.txt /*'g:syntastic_verapp_config_file'* +'g:syntastic_verilog_compiler' syntastic-checkers.txt /*'g:syntastic_verilog_compiler'* +'g:syntastic_verilog_compiler_options' syntastic-checkers.txt /*'g:syntastic_verilog_compiler_options'* +'g:syntastic_verilog_config_file' syntastic-checkers.txt /*'g:syntastic_verilog_config_file'* +'g:syntastic_verilog_errorformat' syntastic-checkers.txt /*'g:syntastic_verilog_errorformat'* +'g:syntastic_verilog_include_dirs' syntastic-checkers.txt /*'g:syntastic_verilog_include_dirs'* +'g:syntastic_verilog_remove_include_errors' syntastic-checkers.txt /*'g:syntastic_verilog_remove_include_errors'* +'g:syntastic_vimlint_options' syntastic-checkers.txt /*'g:syntastic_vimlint_options'* +'g:syntastic_xhtml_tidy_ignore_errors' syntastic-checkers.txt /*'g:syntastic_xhtml_tidy_ignore_errors'* +'g:syntastic_xhtml_validator_api' syntastic-checkers.txt /*'g:syntastic_xhtml_validator_api'* +'g:syntastic_xhtml_validator_exec' syntastic-checkers.txt /*'g:syntastic_xhtml_validator_exec'* +'g:syntastic_xhtml_validator_nsfilter' syntastic-checkers.txt /*'g:syntastic_xhtml_validator_nsfilter'* +'g:syntastic_xhtml_validator_parser' syntastic-checkers.txt /*'g:syntastic_xhtml_validator_parser'* +'g:syntastic_xhtml_validator_schema' syntastic-checkers.txt /*'g:syntastic_xhtml_validator_schema'* +'g:syntastic_xhtml_w3_api' syntastic-checkers.txt /*'g:syntastic_xhtml_w3_api'* +'g:syntastic_xhtml_w3_doctype' syntastic-checkers.txt /*'g:syntastic_xhtml_w3_doctype'* +'g:syntastic_xhtml_w3_exec' syntastic-checkers.txt /*'g:syntastic_xhtml_w3_exec'* +'g:vaxe_hxml' syntastic-checkers.txt /*'g:vaxe_hxml'* +'syntastic___