From a52a3add47f32dc71ccc278444f1db856d78c2ad Mon Sep 17 00:00:00 2001 From: "Claudio Maggioni (maggicl)" Date: Fri, 5 Jul 2019 14:43:49 +0200 Subject: [PATCH] Configured LanguageClient and much more stuff --- .gitmodules | 30 +- doc/LanguageClient.txt | 1 + doc/ensime.txt | 1 - doc/ncm2.txt | 1 + doc/syntastic-checkers.txt | 1 - doc/syntastic.txt | 2 +- doc/tags | 1112 +++------------------- doc/tsuquyomi.txt | 1 - doc/vim-go.txt | 1 - init.vim | 152 +-- metals.sh | 13 + pack/plugins/start/LanguageClient-neovim | 1 + pack/plugins/start/ensime-vim | 1 - pack/plugins/start/fzf.vim | 1 + pack/plugins/start/ncm2 | 1 + pack/plugins/start/nvim-yarp | 1 + pack/plugins/start/sbt-vim | 1 - pack/plugins/start/tsuquyomi | 1 - pack/plugins/start/vim-go | 1 - 19 files changed, 271 insertions(+), 1052 deletions(-) create mode 120000 doc/LanguageClient.txt delete mode 120000 doc/ensime.txt create mode 120000 doc/ncm2.txt delete mode 120000 doc/syntastic-checkers.txt delete mode 120000 doc/tsuquyomi.txt delete mode 120000 doc/vim-go.txt create mode 100755 metals.sh create mode 160000 pack/plugins/start/LanguageClient-neovim delete mode 160000 pack/plugins/start/ensime-vim create mode 160000 pack/plugins/start/fzf.vim create mode 160000 pack/plugins/start/ncm2 create mode 160000 pack/plugins/start/nvim-yarp delete mode 160000 pack/plugins/start/sbt-vim delete mode 160000 pack/plugins/start/tsuquyomi delete mode 160000 pack/plugins/start/vim-go diff --git a/.gitmodules b/.gitmodules index 8186450..ce7ce44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "pack/plugins/opt/onedark.vim"] path = pack/plugins/opt/onedark.vim url = https://github.com/joshdick/onedark.vim -[submodule "pack/plugins/start/tsuquyomi"] - path = pack/plugins/start/tsuquyomi - url = https://github.com/Quramy/tsuquyomi.git [submodule "pack/plugins/start/typescript-vim"] path = pack/plugins/start/typescript-vim url = https://github.com/leafgarland/typescript-vim.git @@ -25,33 +22,36 @@ [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-go"] - path = pack/plugins/start/vim-go - url = https://github.com/fatih/vim-go.git [submodule "pack/plugins/start/suda.vim"] path = pack/plugins/start/suda.vim url = https://github.com/lambdalisue/suda.vim [submodule "pack/plugins/start/vim-dirvish"] path = pack/plugins/start/vim-dirvish url = https://github.com/justinmk/vim-dirvish -[submodule "pack/plugins/start/ensime-vim"] - path = pack/plugins/start/ensime-vim - url = https://github.com/ensime/ensime-vim [submodule "pack/plugins/start/vim-fugitive"] path = pack/plugins/start/vim-fugitive url = https://github.com/tpope/vim-fugitive [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 +[submodule "pack/plugins/start/nvim-yarp"] + path = pack/plugins/start/nvim-yarp + url = https://github.com/roxma/nvim-yarp +[submodule "pack/plugins/start/ncm2"] + path = pack/plugins/start/ncm2 + url = https://github.com/ncm2/ncm2 +[submodule "pack/plugins/start/LanguageClient-neovim"] + path = pack/plugins/start/LanguageClient-neovim + url = https://github.com/autozimu/LanguageClient-neovim +[submodule "pack/plugins/start/fzf.vim"] + path = pack/plugins/start/fzf.vim + url = https://github.com/junegunn/fzf.vim +[submodule "pack/plugins/start/syntastic"] + path = pack/plugins/start/syntastic + url = https://github.com/vim-syntastic/syntastic diff --git a/doc/LanguageClient.txt b/doc/LanguageClient.txt new file mode 120000 index 0000000..2a054cb --- /dev/null +++ b/doc/LanguageClient.txt @@ -0,0 +1 @@ +../autostart/LanguageClient-neovim/doc/LanguageClient.txt \ No newline at end of file diff --git a/doc/ensime.txt b/doc/ensime.txt deleted file mode 120000 index 647f2f4..0000000 --- a/doc/ensime.txt +++ /dev/null @@ -1 +0,0 @@ -../autostart/ensime-vim/doc/ensime.txt \ No newline at end of file diff --git a/doc/ncm2.txt b/doc/ncm2.txt new file mode 120000 index 0000000..fbe49a7 --- /dev/null +++ b/doc/ncm2.txt @@ -0,0 +1 @@ +../autostart/ncm2/doc/ncm2.txt \ No newline at end of file diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt deleted file mode 120000 index 39cd3e1..0000000 --- a/doc/syntastic-checkers.txt +++ /dev/null @@ -1 +0,0 @@ -../autostart/syntastic/doc/syntastic-checkers.txt \ No newline at end of file diff --git a/doc/syntastic.txt b/doc/syntastic.txt index 6245368..6159222 120000 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -1 +1 @@ -../autostart/syntastic/doc/syntastic.txt \ No newline at end of file +/home/claudio/.config/nvim/autostart/syntastic/doc/syntastic.txt \ No newline at end of file diff --git a/doc/tags b/doc/tags index dfd9def..e296836 100644 --- a/doc/tags +++ b/doc/tags @@ -1,271 +1,8 @@ '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'* -'g:go_auto_sameids' vim-go.txt /*'g:go_auto_sameids'* -'g:go_auto_type_info' vim-go.txt /*'g:go_auto_type_info'* -'g:go_autodetect_gopath' vim-go.txt /*'g:go_autodetect_gopath'* -'g:go_bin_path' vim-go.txt /*'g:go_bin_path'* -'g:go_build_tags' vim-go.txt /*'g:go_build_tags'* -'g:go_code_completion_enabled' vim-go.txt /*'g:go_code_completion_enabled'* -'g:go_debug' vim-go.txt /*'g:go_debug'* -'g:go_debug_address' vim-go.txt /*'g:go_debug_address'* -'g:go_debug_log_output' vim-go.txt /*'g:go_debug_log_output'* -'g:go_debug_windows' vim-go.txt /*'g:go_debug_windows'* -'g:go_decls_includes' vim-go.txt /*'g:go_decls_includes'* -'g:go_decls_mode' vim-go.txt /*'g:go_decls_mode'* -'g:go_def_mapping_enabled' vim-go.txt /*'g:go_def_mapping_enabled'* -'g:go_def_mode' vim-go.txt /*'g:go_def_mode'* -'g:go_def_reuse_buffer' vim-go.txt /*'g:go_def_reuse_buffer'* -'g:go_doc_height' vim-go.txt /*'g:go_doc_height'* -'g:go_doc_keywordprg_enabled' vim-go.txt /*'g:go_doc_keywordprg_enabled'* -'g:go_doc_url' vim-go.txt /*'g:go_doc_url'* -'g:go_echo_command_info' vim-go.txt /*'g:go_echo_command_info'* -'g:go_echo_go_info' vim-go.txt /*'g:go_echo_go_info'* -'g:go_fmt_autosave' vim-go.txt /*'g:go_fmt_autosave'* -'g:go_fmt_command' vim-go.txt /*'g:go_fmt_command'* -'g:go_fmt_experimental' vim-go.txt /*'g:go_fmt_experimental'* -'g:go_fmt_fail_silently' vim-go.txt /*'g:go_fmt_fail_silently'* -'g:go_fmt_options' vim-go.txt /*'g:go_fmt_options'* -'g:go_fold_enable' vim-go.txt /*'g:go_fold_enable'* -'g:go_get_update' vim-go.txt /*'g:go_get_update'* -'g:go_gocode_propose_builtins' vim-go.txt /*'g:go_gocode_propose_builtins'* -'g:go_gocode_propose_source' vim-go.txt /*'g:go_gocode_propose_source'* -'g:go_gocode_socket_type' vim-go.txt /*'g:go_gocode_socket_type'* -'g:go_gocode_unimported_packages' vim-go.txt /*'g:go_gocode_unimported_packages'* -'g:go_gorename_prefill' vim-go.txt /*'g:go_gorename_prefill'* -'g:go_guru_scope' vim-go.txt /*'g:go_guru_scope'* -'g:go_highlight_array_whitespace_error' vim-go.txt /*'g:go_highlight_array_whitespace_error'* -'g:go_highlight_build_constraints' vim-go.txt /*'g:go_highlight_build_constraints'* -'g:go_highlight_chan_whitespace_error' vim-go.txt /*'g:go_highlight_chan_whitespace_error'* -'g:go_highlight_debug' vim-go.txt /*'g:go_highlight_debug'* -'g:go_highlight_extra_types' vim-go.txt /*'g:go_highlight_extra_types'* -'g:go_highlight_fields' vim-go.txt /*'g:go_highlight_fields'* -'g:go_highlight_format_strings' vim-go.txt /*'g:go_highlight_format_strings'* -'g:go_highlight_function_calls' vim-go.txt /*'g:go_highlight_function_calls'* -'g:go_highlight_function_parameters' vim-go.txt /*'g:go_highlight_function_parameters'* -'g:go_highlight_functions' vim-go.txt /*'g:go_highlight_functions'* -'g:go_highlight_generate_tags' vim-go.txt /*'g:go_highlight_generate_tags'* -'g:go_highlight_operators' vim-go.txt /*'g:go_highlight_operators'* -'g:go_highlight_space_tab_error' vim-go.txt /*'g:go_highlight_space_tab_error'* -'g:go_highlight_string_spellcheck' vim-go.txt /*'g:go_highlight_string_spellcheck'* -'g:go_highlight_trailing_whitespace_error' vim-go.txt /*'g:go_highlight_trailing_whitespace_error'* -'g:go_highlight_types' vim-go.txt /*'g:go_highlight_types'* -'g:go_highlight_variable_assignments' vim-go.txt /*'g:go_highlight_variable_assignments'* -'g:go_highlight_variable_declarations' vim-go.txt /*'g:go_highlight_variable_declarations'* -'g:go_info_mode' vim-go.txt /*'g:go_info_mode'* -'g:go_jump_to_error' vim-go.txt /*'g:go_jump_to_error'* -'g:go_list_autoclose' vim-go.txt /*'g:go_list_autoclose'* -'g:go_list_height' vim-go.txt /*'g:go_list_height'* -'g:go_list_type' vim-go.txt /*'g:go_list_type'* -'g:go_list_type_commands' vim-go.txt /*'g:go_list_type_commands'* -'g:go_metalinter_autosave' vim-go.txt /*'g:go_metalinter_autosave'* -'g:go_metalinter_autosave_enabled' vim-go.txt /*'g:go_metalinter_autosave_enabled'* -'g:go_metalinter_command' vim-go.txt /*'g:go_metalinter_command'* -'g:go_metalinter_deadline' vim-go.txt /*'g:go_metalinter_deadline'* -'g:go_metalinter_disabled' vim-go.txt /*'g:go_metalinter_disabled'* -'g:go_metalinter_enabled' vim-go.txt /*'g:go_metalinter_enabled'* -'g:go_mod_fmt_autosave' vim-go.txt /*'g:go_mod_fmt_autosave'* -'g:go_play_browser_command' vim-go.txt /*'g:go_play_browser_command'* -'g:go_play_open_browser' vim-go.txt /*'g:go_play_open_browser'* -'g:go_search_bin_path_first' vim-go.txt /*'g:go_search_bin_path_first'* -'g:go_snippet_engine' vim-go.txt /*'g:go_snippet_engine'* -'g:go_statusline_duration' vim-go.txt /*'g:go_statusline_duration'* -'g:go_template_autocreate' vim-go.txt /*'g:go_template_autocreate'* -'g:go_template_file' vim-go.txt /*'g:go_template_file'* -'g:go_template_test_file' vim-go.txt /*'g:go_template_test_file'* -'g:go_template_use_pkg' vim-go.txt /*'g:go_template_use_pkg'* -'g:go_term_enabled' vim-go.txt /*'g:go_term_enabled'* -'g:go_term_height' vim-go.txt /*'g:go_term_height'* -'g:go_term_mode' vim-go.txt /*'g:go_term_mode'* -'g:go_term_width' vim-go.txt /*'g:go_term_width'* -'g:go_test_show_name' vim-go.txt /*'g:go_test_show_name'* -'g:go_test_timeout' vim-go.txt /*'g:go_test_timeout'* -'g:go_textobj_enabled' vim-go.txt /*'g:go_textobj_enabled'* -'g:go_textobj_include_function_doc' vim-go.txt /*'g:go_textobj_include_function_doc'* -'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___