Tweaked ensime, installed syntastic, unimpared,
sbt-vim and ListToggle for quickfix/location toggling. Removed vim-grepper since fugitive covers all features required.
This commit is contained in:
parent
cc22382a2b
commit
51169599fd
12 changed files with 804 additions and 72 deletions
15
.gitmodules
vendored
15
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../autostart/vim-grepper/doc/grepper.txt
|
1
doc/syntastic-checkers.txt
Symbolic link
1
doc/syntastic-checkers.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
../autostart/syntastic/doc/syntastic-checkers.txt
|
1
doc/syntastic.txt
Symbolic link
1
doc/syntastic.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
../autostart/syntastic/doc/syntastic.txt
|
825
doc/tags
825
doc/tags
|
@ -1,3 +1,18 @@
|
|||
'b:syntastic_<checker>_exec' syntastic.txt /*'b:syntastic_<checker>_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_<filetype>_checkers' syntastic.txt /*'g:syntastic_<filetype>_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_<filetype>_<checker>_<option>' syntastic.txt /*'syntastic_<filetype>_<checker>_<option>'*
|
||||
'syntastic_<filetype>_<checker>_exe' syntastic.txt /*'syntastic_<filetype>_<checker>_exe'*
|
||||
'syntastic_<filetype>_<checker>_exec' syntastic.txt /*'syntastic_<filetype>_<checker>_exec'*
|
||||
'syntastic_<filetype>_<checker>_fname' syntastic.txt /*'syntastic_<filetype>_<checker>_fname'*
|
||||
'syntastic_<filetype>_<checker>_quiet_messages' syntastic.txt /*'syntastic_<filetype>_<checker>_quiet_messages'*
|
||||
'syntastic_<filetype>_<checker>_sort' syntastic.txt /*'syntastic_<filetype>_<checker>_sort'*
|
||||
'syntastic_aggregate_errors' syntastic.txt /*'syntastic_aggregate_errors'*
|
||||
'syntastic_always_populate_loc_list' syntastic.txt /*'syntastic_always_populate_loc_list'*
|
||||
'syntastic_auto_jump' syntastic.txt /*'syntastic_auto_jump'*
|
||||
'syntastic_auto_loc_list' syntastic.txt /*'syntastic_auto_loc_list'*
|
||||
'syntastic_check_on_open' syntastic.txt /*'syntastic_check_on_open'*
|
||||
'syntastic_check_on_wq' syntastic.txt /*'syntastic_check_on_wq'*
|
||||
'syntastic_cursor_columns' syntastic.txt /*'syntastic_cursor_columns'*
|
||||
'syntastic_debug' syntastic.txt /*'syntastic_debug'*
|
||||
'syntastic_debug_file' syntastic.txt /*'syntastic_debug_file'*
|
||||
'syntastic_echo_current_error' syntastic.txt /*'syntastic_echo_current_error'*
|
||||
'syntastic_enable_balloons' syntastic.txt /*'syntastic_enable_balloons'*
|
||||
'syntastic_enable_highlighting' syntastic.txt /*'syntastic_enable_highlighting'*
|
||||
'syntastic_enable_signs' syntastic.txt /*'syntastic_enable_signs'*
|
||||
'syntastic_error_symbol' syntastic.txt /*'syntastic_error_symbol'*
|
||||
'syntastic_exit_checks' syntastic.txt /*'syntastic_exit_checks'*
|
||||
'syntastic_extra_filetypes' syntastic.txt /*'syntastic_extra_filetypes'*
|
||||
'syntastic_filetype_map' syntastic.txt /*'syntastic_filetype_map'*
|
||||
'syntastic_full_redraws' syntastic.txt /*'syntastic_full_redraws'*
|
||||
'syntastic_id_checkers' syntastic.txt /*'syntastic_id_checkers'*
|
||||
'syntastic_ignore_files' syntastic.txt /*'syntastic_ignore_files'*
|
||||
'syntastic_loc_list_height' syntastic.txt /*'syntastic_loc_list_height'*
|
||||
'syntastic_mode_map' syntastic.txt /*'syntastic_mode_map'*
|
||||
'syntastic_nested_autocommands' syntastic.txt /*'syntastic_nested_autocommands'*
|
||||
'syntastic_quiet_messages' syntastic.txt /*'syntastic_quiet_messages'*
|
||||
'syntastic_shell' syntastic.txt /*'syntastic_shell'*
|
||||
'syntastic_sort_aggregated_errors' syntastic.txt /*'syntastic_sort_aggregated_errors'*
|
||||
'syntastic_stl_format' syntastic.txt /*'syntastic_stl_format'*
|
||||
'syntastic_style_error_symbol' syntastic.txt /*'syntastic_style_error_symbol'*
|
||||
'syntastic_style_warning_symbol' syntastic.txt /*'syntastic_style_warning_symbol'*
|
||||
'syntastic_warning_symbol' syntastic.txt /*'syntastic_warning_symbol'*
|
||||
(go-alternate-edit) vim-go.txt /*(go-alternate-edit)*
|
||||
(go-alternate-split) vim-go.txt /*(go-alternate-split)*
|
||||
(go-alternate-vertical) vim-go.txt /*(go-alternate-vertical)*
|
||||
|
@ -140,6 +357,7 @@
|
|||
(go-test-compile) vim-go.txt /*(go-test-compile)*
|
||||
(go-test-func) vim-go.txt /*(go-test-func)*
|
||||
(go-vet) vim-go.txt /*(go-vet)*
|
||||
/syntastic/ syntastic.txt /*\/syntastic\/*
|
||||
:AirlineExtensions airline.txt /*:AirlineExtensions*
|
||||
:AirlineRefresh airline.txt /*:AirlineRefresh*
|
||||
:AirlineTheme airline.txt /*:AirlineTheme*
|
||||
|
@ -171,6 +389,7 @@
|
|||
:EnType ensime.txt /*:EnType*
|
||||
:EnTypeCheck ensime.txt /*:EnTypeCheck*
|
||||
:EnUsages ensime.txt /*:EnUsages*
|
||||
:Errors syntastic.txt /*:Errors*
|
||||
:GoAddTags vim-go.txt /*:GoAddTags*
|
||||
:GoAddWorkspace vim-go.txt /*:GoAddWorkspace*
|
||||
:GoAlternate vim-go.txt /*:GoAlternate*
|
||||
|
@ -251,23 +470,14 @@
|
|||
:GoUpdateBinaries vim-go.txt /*:GoUpdateBinaries*
|
||||
:GoVet vim-go.txt /*:GoVet*
|
||||
:GoWhicherrs vim-go.txt /*:GoWhicherrs*
|
||||
:Grepper-append grepper.txt /*:Grepper-append*
|
||||
:Grepper-buffer grepper.txt /*:Grepper-buffer*
|
||||
:Grepper-buffers grepper.txt /*:Grepper-buffers*
|
||||
:Grepper-cword grepper.txt /*:Grepper-cword*
|
||||
:Grepper-dir grepper.txt /*:Grepper-dir*
|
||||
:Grepper-grepprg grepper.txt /*:Grepper-grepprg*
|
||||
:Grepper-highlight grepper.txt /*:Grepper-highlight*
|
||||
:Grepper-jump grepper.txt /*:Grepper-jump*
|
||||
:Grepper-open grepper.txt /*:Grepper-open*
|
||||
:Grepper-prompt grepper.txt /*:Grepper-prompt*
|
||||
:Grepper-query grepper.txt /*:Grepper-query*
|
||||
:Grepper-quickfix grepper.txt /*:Grepper-quickfix*
|
||||
:Grepper-side grepper.txt /*:Grepper-side*
|
||||
:Grepper-stop grepper.txt /*:Grepper-stop*
|
||||
:Grepper-switch grepper.txt /*:Grepper-switch*
|
||||
:Grepper-tool grepper.txt /*:Grepper-tool*
|
||||
:Shdo dirvish.txt /*:Shdo*
|
||||
:SyntasticCheck syntastic.txt /*:SyntasticCheck*
|
||||
:SyntasticInfo syntastic.txt /*:SyntasticInfo*
|
||||
:SyntasticJavacEditClasspath syntastic-checkers.txt /*:SyntasticJavacEditClasspath*
|
||||
:SyntasticJavacEditConfig syntastic-checkers.txt /*:SyntasticJavacEditConfig*
|
||||
:SyntasticReset syntastic.txt /*:SyntasticReset*
|
||||
:SyntasticSetLoclist syntastic.txt /*:SyntasticSetLoclist*
|
||||
:SyntasticToggleMode syntastic.txt /*:SyntasticToggleMode*
|
||||
:TsuAsyncGeterr tsuquyomi.txt /*:TsuAsyncGeterr*
|
||||
:TsuClose tsuquyomi.txt /*:TsuClose*
|
||||
:TsuDefinition tsuquyomi.txt /*:TsuDefinition*
|
||||
|
@ -315,6 +525,7 @@
|
|||
:VimProcBang vimproc.txt /*:VimProcBang*
|
||||
:VimProcInstall vimproc.txt /*:VimProcInstall*
|
||||
:VimProcRead vimproc.txt /*:VimProcRead*
|
||||
<P unimpaired.txt /*<P*
|
||||
<Plug>(TsuquyomiDefinition) tsuquyomi.txt /*<Plug>(TsuquyomiDefinition)*
|
||||
<Plug>(TsuquyomiGoBack) tsuquyomi.txt /*<Plug>(TsuquyomiGoBack)*
|
||||
<Plug>(TsuquyomiImplementation) tsuquyomi.txt /*<Plug>(TsuquyomiImplementation)*
|
||||
|
@ -326,10 +537,90 @@
|
|||
<Plug>(TsuquyomiSignatureHelp) tsuquyomi.txt /*<Plug>(TsuquyomiSignatureHelp)*
|
||||
<Plug>(TsuquyomiSplitDefinition) tsuquyomi.txt /*<Plug>(TsuquyomiSplitDefinition)*
|
||||
<Plug>(TsuquyomiTypeDefinition) tsuquyomi.txt /*<Plug>(TsuquyomiTypeDefinition)*
|
||||
<p unimpaired.txt /*<p*
|
||||
=P unimpaired.txt /*=P*
|
||||
=p unimpaired.txt /*=p*
|
||||
>P unimpaired.txt /*>P*
|
||||
>p unimpaired.txt /*>p*
|
||||
EnCompleteFunc() ensime.txt /*EnCompleteFunc()*
|
||||
FugitiveHead(...) fugitive.txt /*FugitiveHead(...)*
|
||||
FugitiveStatusline() fugitive.txt /*FugitiveStatusline()*
|
||||
SyntasticCheckHook() syntastic.txt /*SyntasticCheckHook()*
|
||||
Z! dirvish.txt /*Z!*
|
||||
[<C-L> unimpaired.txt /*[<C-L>*
|
||||
[<C-Q> unimpaired.txt /*[<C-Q>*
|
||||
[<C-T> unimpaired.txt /*[<C-T>*
|
||||
[<Space> unimpaired.txt /*[<Space>*
|
||||
[A unimpaired.txt /*[A*
|
||||
[B unimpaired.txt /*[B*
|
||||
[L unimpaired.txt /*[L*
|
||||
[Q unimpaired.txt /*[Q*
|
||||
[T unimpaired.txt /*[T*
|
||||
[a unimpaired.txt /*[a*
|
||||
[b unimpaired.txt /*[b*
|
||||
[e unimpaired.txt /*[e*
|
||||
[f unimpaired.txt /*[f*
|
||||
[l unimpaired.txt /*[l*
|
||||
[n unimpaired.txt /*[n*
|
||||
[ob unimpaired.txt /*[ob*
|
||||
[oc unimpaired.txt /*[oc*
|
||||
[od unimpaired.txt /*[od*
|
||||
[oh unimpaired.txt /*[oh*
|
||||
[oi unimpaired.txt /*[oi*
|
||||
[ol unimpaired.txt /*[ol*
|
||||
[on unimpaired.txt /*[on*
|
||||
[op unimpaired.txt /*[op*
|
||||
[or unimpaired.txt /*[or*
|
||||
[os unimpaired.txt /*[os*
|
||||
[ou unimpaired.txt /*[ou*
|
||||
[ov unimpaired.txt /*[ov*
|
||||
[ow unimpaired.txt /*[ow*
|
||||
[ox unimpaired.txt /*[ox*
|
||||
[q unimpaired.txt /*[q*
|
||||
[t unimpaired.txt /*[t*
|
||||
[u unimpaired.txt /*[u*
|
||||
[uu unimpaired.txt /*[uu*
|
||||
[x unimpaired.txt /*[x*
|
||||
[xx unimpaired.txt /*[xx*
|
||||
[y unimpaired.txt /*[y*
|
||||
[yy unimpaired.txt /*[yy*
|
||||
]<C-L> unimpaired.txt /*]<C-L>*
|
||||
]<C-Q> unimpaired.txt /*]<C-Q>*
|
||||
]<C-T> unimpaired.txt /*]<C-T>*
|
||||
]<Space> unimpaired.txt /*]<Space>*
|
||||
]A unimpaired.txt /*]A*
|
||||
]B unimpaired.txt /*]B*
|
||||
]L unimpaired.txt /*]L*
|
||||
]Q unimpaired.txt /*]Q*
|
||||
]T unimpaired.txt /*]T*
|
||||
]a unimpaired.txt /*]a*
|
||||
]b unimpaired.txt /*]b*
|
||||
]e unimpaired.txt /*]e*
|
||||
]f unimpaired.txt /*]f*
|
||||
]l unimpaired.txt /*]l*
|
||||
]n unimpaired.txt /*]n*
|
||||
]ob unimpaired.txt /*]ob*
|
||||
]oc unimpaired.txt /*]oc*
|
||||
]od unimpaired.txt /*]od*
|
||||
]oh unimpaired.txt /*]oh*
|
||||
]oi unimpaired.txt /*]oi*
|
||||
]ol unimpaired.txt /*]ol*
|
||||
]on unimpaired.txt /*]on*
|
||||
]op unimpaired.txt /*]op*
|
||||
]or unimpaired.txt /*]or*
|
||||
]os unimpaired.txt /*]os*
|
||||
]ou unimpaired.txt /*]ou*
|
||||
]ov unimpaired.txt /*]ov*
|
||||
]ow unimpaired.txt /*]ow*
|
||||
]ox unimpaired.txt /*]ox*
|
||||
]q unimpaired.txt /*]q*
|
||||
]t unimpaired.txt /*]t*
|
||||
]u unimpaired.txt /*]u*
|
||||
]uu unimpaired.txt /*]uu*
|
||||
]x unimpaired.txt /*]x*
|
||||
]xx unimpaired.txt /*]xx*
|
||||
]y unimpaired.txt /*]y*
|
||||
]yy unimpaired.txt /*]yy*
|
||||
add_inactive_statusline_func airline.txt /*add_inactive_statusline_func*
|
||||
add_statusline_func airline.txt /*add_statusline_func*
|
||||
airline airline.txt /*airline*
|
||||
|
@ -398,7 +689,6 @@ airline-xkblayout airline.txt /*airline-xkblayout*
|
|||
airline-xtabline airline.txt /*airline-xtabline*
|
||||
airline-ycm airline.txt /*airline-ycm*
|
||||
airline.txt airline.txt /*airline.txt*
|
||||
b:grepper grepper.txt /*b:grepper*
|
||||
denite-decls vim-go.txt /*denite-decls*
|
||||
dirvish dirvish.txt /*dirvish*
|
||||
dirvish#add_icon_fn() dirvish.txt /*dirvish#add_icon_fn()*
|
||||
|
@ -448,6 +738,7 @@ ensime-syntax ensime.txt /*ensime-syntax*
|
|||
ensime-troubleshooting-faq ensime.txt /*ensime-troubleshooting-faq*
|
||||
ensime-usage ensime.txt /*ensime-usage*
|
||||
ensime.txt ensime.txt /*ensime.txt*
|
||||
filter-overrides syntastic.txt /*filter-overrides*
|
||||
ft-go-syntax vim-go.txt /*ft-go-syntax*
|
||||
ft-gohtmltmpl-syntax vim-go.txt /*ft-gohtmltmpl-syntax*
|
||||
ft-gomod-syntax vim-go.txt /*ft-gomod-syntax*
|
||||
|
@ -541,29 +832,6 @@ g:dirvish_mode dirvish.txt /*g:dirvish_mode*
|
|||
g:dirvish_relative_paths dirvish.txt /*g:dirvish_relative_paths*
|
||||
g:editorconfig_blacklist editorconfig.txt /*g:editorconfig_blacklist*
|
||||
g:editorconfig_root_chdir editorconfig.txt /*g:editorconfig_root_chdir*
|
||||
g:grepper grepper.txt /*g:grepper*
|
||||
g:grepper.append grepper.txt /*g:grepper.append*
|
||||
g:grepper.buffer grepper.txt /*g:grepper.buffer*
|
||||
g:grepper.buffers grepper.txt /*g:grepper.buffers*
|
||||
g:grepper.dir grepper.txt /*g:grepper.dir*
|
||||
g:grepper.highlight grepper.txt /*g:grepper.highlight*
|
||||
g:grepper.jump grepper.txt /*g:grepper.jump*
|
||||
g:grepper.open grepper.txt /*g:grepper.open*
|
||||
g:grepper.prompt grepper.txt /*g:grepper.prompt*
|
||||
g:grepper.prompt_mapping_dir grepper.txt /*g:grepper.prompt_mapping_dir*
|
||||
g:grepper.prompt_mapping_side grepper.txt /*g:grepper.prompt_mapping_side*
|
||||
g:grepper.prompt_mapping_tool grepper.txt /*g:grepper.prompt_mapping_tool*
|
||||
g:grepper.prompt_quote grepper.txt /*g:grepper.prompt_quote*
|
||||
g:grepper.prompt_text grepper.txt /*g:grepper.prompt_text*
|
||||
g:grepper.quickfix grepper.txt /*g:grepper.quickfix*
|
||||
g:grepper.repo grepper.txt /*g:grepper.repo*
|
||||
g:grepper.searchreg grepper.txt /*g:grepper.searchreg*
|
||||
g:grepper.side grepper.txt /*g:grepper.side*
|
||||
g:grepper.side_cmd grepper.txt /*g:grepper.side_cmd*
|
||||
g:grepper.simple_prompt grepper.txt /*g:grepper.simple_prompt*
|
||||
g:grepper.stop grepper.txt /*g:grepper.stop*
|
||||
g:grepper.switch grepper.txt /*g:grepper.switch*
|
||||
g:grepper.tools grepper.txt /*g:grepper.tools*
|
||||
g:stderrencoding vimproc.txt /*g:stderrencoding*
|
||||
g:stdinencoding vimproc.txt /*g:stdinencoding*
|
||||
g:stdoutencoding vimproc.txt /*g:stdoutencoding*
|
||||
|
@ -636,28 +904,6 @@ go-v_if vim-go.txt /*go-v_if*
|
|||
gohtmltmpl vim-go.txt /*gohtmltmpl*
|
||||
gomod vim-go.txt /*gomod*
|
||||
gotexttmpl vim-go.txt /*gotexttmpl*
|
||||
grepper grepper.txt /*grepper*
|
||||
grepper-:Grepper grepper.txt /*grepper-:Grepper*
|
||||
grepper-autocmd grepper.txt /*grepper-autocmd*
|
||||
grepper-colors grepper.txt /*grepper-colors*
|
||||
grepper-contents grepper.txt /*grepper-contents*
|
||||
grepper-example grepper.txt /*grepper-example*
|
||||
grepper-faq grepper.txt /*grepper-faq*
|
||||
grepper-faq-01 grepper.txt /*grepper-faq-01*
|
||||
grepper-faq-02 grepper.txt /*grepper-faq-02*
|
||||
grepper-faq-03 grepper.txt /*grepper-faq-03*
|
||||
grepper-faq-04 grepper.txt /*grepper-faq-04*
|
||||
grepper-faq-05 grepper.txt /*grepper-faq-05*
|
||||
grepper-intro grepper.txt /*grepper-intro*
|
||||
grepper-mappings grepper.txt /*grepper-mappings*
|
||||
grepper-operator grepper.txt /*grepper-operator*
|
||||
grepper-options grepper.txt /*grepper-options*
|
||||
grepper-side grepper.txt /*grepper-side*
|
||||
grepper-statusline grepper.txt /*grepper-statusline*
|
||||
grepper-tools grepper.txt /*grepper-tools*
|
||||
grepper-tools-keys grepper.txt /*grepper-tools-keys*
|
||||
grepper-tools-placeholders grepper.txt /*grepper-tools-placeholders*
|
||||
grepper.txt grepper.txt /*grepper.txt*
|
||||
hl-GoDebugBreakpoint vim-go.txt /*hl-GoDebugBreakpoint*
|
||||
hl-GoDebugCurrent vim-go.txt /*hl-GoDebugCurrent*
|
||||
remove_statusline_func airline.txt /*remove_statusline_func*
|
||||
|
@ -673,6 +919,432 @@ suda-questions suda.txt /*suda-questions*
|
|||
suda-usage suda.txt /*suda-usage*
|
||||
suda-variables suda.txt /*suda-variables*
|
||||
suda.txt suda.txt /*suda.txt*
|
||||
syntastic syntastic.txt /*syntastic*
|
||||
syntastic-about syntastic.txt /*syntastic-about*
|
||||
syntastic-actionscript-mxmlc syntastic-checkers.txt /*syntastic-actionscript-mxmlc*
|
||||
syntastic-ada-gcc syntastic-checkers.txt /*syntastic-ada-gcc*
|
||||
syntastic-aggregating-errors syntastic.txt /*syntastic-aggregating-errors*
|
||||
syntastic-airline syntastic.txt /*syntastic-airline*
|
||||
syntastic-ansible-ansible_lint syntastic-checkers.txt /*syntastic-ansible-ansible_lint*
|
||||
syntastic-apiblueprint-drafter syntastic-checkers.txt /*syntastic-apiblueprint-drafter*
|
||||
syntastic-applescript-osacompile syntastic-checkers.txt /*syntastic-applescript-osacompile*
|
||||
syntastic-asciidoc-asciidoc syntastic-checkers.txt /*syntastic-asciidoc-asciidoc*
|
||||
syntastic-asciidoc-proselint syntastic-checkers.txt /*syntastic-asciidoc-proselint*
|
||||
syntastic-asl-iasl syntastic-checkers.txt /*syntastic-asl-iasl*
|
||||
syntastic-asm-gcc syntastic-checkers.txt /*syntastic-asm-gcc*
|
||||
syntastic-bemhtml-bemhtmllint syntastic-checkers.txt /*syntastic-bemhtml-bemhtmllint*
|
||||
syntastic-bro-bro syntastic-checkers.txt /*syntastic-bro-bro*
|
||||
syntastic-c-avrgcc syntastic-checkers.txt /*syntastic-c-avrgcc*
|
||||
syntastic-c-checkpatch syntastic-checkers.txt /*syntastic-c-checkpatch*
|
||||
syntastic-c-clang_check syntastic-checkers.txt /*syntastic-c-clang_check*
|
||||
syntastic-c-clang_tidy syntastic-checkers.txt /*syntastic-c-clang_tidy*
|
||||
syntastic-c-cppcheck syntastic-checkers.txt /*syntastic-c-cppcheck*
|
||||
syntastic-c-cppclean syntastic-checkers.txt /*syntastic-c-cppclean*
|
||||
syntastic-c-flawfinder syntastic-checkers.txt /*syntastic-c-flawfinder*
|
||||
syntastic-c-gcc syntastic-checkers.txt /*syntastic-c-gcc*
|
||||
syntastic-c-make syntastic-checkers.txt /*syntastic-c-make*
|
||||
syntastic-c-oclint syntastic-checkers.txt /*syntastic-c-oclint*
|
||||
syntastic-c-pc_lint syntastic-checkers.txt /*syntastic-c-pc_lint*
|
||||
syntastic-c-sparse syntastic-checkers.txt /*syntastic-c-sparse*
|
||||
syntastic-c-splint syntastic-checkers.txt /*syntastic-c-splint*
|
||||
syntastic-cabal-cabal syntastic-checkers.txt /*syntastic-cabal-cabal*
|
||||
syntastic-checker-options syntastic.txt /*syntastic-checker-options*
|
||||
syntastic-checkers syntastic-checkers.txt /*syntastic-checkers*
|
||||
syntastic-checkers-actionscript syntastic-checkers.txt /*syntastic-checkers-actionscript*
|
||||
syntastic-checkers-ada syntastic-checkers.txt /*syntastic-checkers-ada*
|
||||
syntastic-checkers-ansible syntastic-checkers.txt /*syntastic-checkers-ansible*
|
||||
syntastic-checkers-apiblueprint syntastic-checkers.txt /*syntastic-checkers-apiblueprint*
|
||||
syntastic-checkers-applescript syntastic-checkers.txt /*syntastic-checkers-applescript*
|
||||
syntastic-checkers-asciidoc syntastic-checkers.txt /*syntastic-checkers-asciidoc*
|
||||
syntastic-checkers-asl syntastic-checkers.txt /*syntastic-checkers-asl*
|
||||
syntastic-checkers-asm syntastic-checkers.txt /*syntastic-checkers-asm*
|
||||
syntastic-checkers-bemhtml syntastic-checkers.txt /*syntastic-checkers-bemhtml*
|
||||
syntastic-checkers-bro syntastic-checkers.txt /*syntastic-checkers-bro*
|
||||
syntastic-checkers-c syntastic-checkers.txt /*syntastic-checkers-c*
|
||||
syntastic-checkers-cabal syntastic-checkers.txt /*syntastic-checkers-cabal*
|
||||
syntastic-checkers-chef syntastic-checkers.txt /*syntastic-checkers-chef*
|
||||
syntastic-checkers-cmake syntastic-checkers.txt /*syntastic-checkers-cmake*
|
||||
syntastic-checkers-co syntastic-checkers.txt /*syntastic-checkers-co*
|
||||
syntastic-checkers-cobol syntastic-checkers.txt /*syntastic-checkers-cobol*
|
||||
syntastic-checkers-coffee syntastic-checkers.txt /*syntastic-checkers-coffee*
|
||||
syntastic-checkers-coq syntastic-checkers.txt /*syntastic-checkers-coq*
|
||||
syntastic-checkers-cpp syntastic-checkers.txt /*syntastic-checkers-cpp*
|
||||
syntastic-checkers-cs syntastic-checkers.txt /*syntastic-checkers-cs*
|
||||
syntastic-checkers-css syntastic-checkers.txt /*syntastic-checkers-css*
|
||||
syntastic-checkers-cucumber syntastic-checkers.txt /*syntastic-checkers-cucumber*
|
||||
syntastic-checkers-cuda syntastic-checkers.txt /*syntastic-checkers-cuda*
|
||||
syntastic-checkers-d syntastic-checkers.txt /*syntastic-checkers-d*
|
||||
syntastic-checkers-dart syntastic-checkers.txt /*syntastic-checkers-dart*
|
||||
syntastic-checkers-docbk syntastic-checkers.txt /*syntastic-checkers-docbk*
|
||||
syntastic-checkers-dockerfile syntastic-checkers.txt /*syntastic-checkers-dockerfile*
|
||||
syntastic-checkers-dustjs syntastic-checkers.txt /*syntastic-checkers-dustjs*
|
||||
syntastic-checkers-elixir syntastic-checkers.txt /*syntastic-checkers-elixir*
|
||||
syntastic-checkers-erlang syntastic-checkers.txt /*syntastic-checkers-erlang*
|
||||
syntastic-checkers-eruby syntastic-checkers.txt /*syntastic-checkers-eruby*
|
||||
syntastic-checkers-fortran syntastic-checkers.txt /*syntastic-checkers-fortran*
|
||||
syntastic-checkers-gentoo syntastic-checkers.txt /*syntastic-checkers-gentoo*
|
||||
syntastic-checkers-glsl syntastic-checkers.txt /*syntastic-checkers-glsl*
|
||||
syntastic-checkers-go syntastic-checkers.txt /*syntastic-checkers-go*
|
||||
syntastic-checkers-haml syntastic-checkers.txt /*syntastic-checkers-haml*
|
||||
syntastic-checkers-handlebars syntastic-checkers.txt /*syntastic-checkers-handlebars*
|
||||
syntastic-checkers-haskell syntastic-checkers.txt /*syntastic-checkers-haskell*
|
||||
syntastic-checkers-haxe syntastic-checkers.txt /*syntastic-checkers-haxe*
|
||||
syntastic-checkers-help syntastic-checkers.txt /*syntastic-checkers-help*
|
||||
syntastic-checkers-hss syntastic-checkers.txt /*syntastic-checkers-hss*
|
||||
syntastic-checkers-html syntastic-checkers.txt /*syntastic-checkers-html*
|
||||
syntastic-checkers-java syntastic-checkers.txt /*syntastic-checkers-java*
|
||||
syntastic-checkers-javascript syntastic-checkers.txt /*syntastic-checkers-javascript*
|
||||
syntastic-checkers-json syntastic-checkers.txt /*syntastic-checkers-json*
|
||||
syntastic-checkers-julia syntastic-checkers.txt /*syntastic-checkers-julia*
|
||||
syntastic-checkers-lang syntastic-checkers.txt /*syntastic-checkers-lang*
|
||||
syntastic-checkers-less syntastic-checkers.txt /*syntastic-checkers-less*
|
||||
syntastic-checkers-lex syntastic-checkers.txt /*syntastic-checkers-lex*
|
||||
syntastic-checkers-limbo syntastic-checkers.txt /*syntastic-checkers-limbo*
|
||||
syntastic-checkers-lisp syntastic-checkers.txt /*syntastic-checkers-lisp*
|
||||
syntastic-checkers-llvm syntastic-checkers.txt /*syntastic-checkers-llvm*
|
||||
syntastic-checkers-lua syntastic-checkers.txt /*syntastic-checkers-lua*
|
||||
syntastic-checkers-markdown syntastic-checkers.txt /*syntastic-checkers-markdown*
|
||||
syntastic-checkers-matlab syntastic-checkers.txt /*syntastic-checkers-matlab*
|
||||
syntastic-checkers-mercury syntastic-checkers.txt /*syntastic-checkers-mercury*
|
||||
syntastic-checkers-nasm syntastic-checkers.txt /*syntastic-checkers-nasm*
|
||||
syntastic-checkers-nix syntastic-checkers.txt /*syntastic-checkers-nix*
|
||||
syntastic-checkers-nroff syntastic-checkers.txt /*syntastic-checkers-nroff*
|
||||
syntastic-checkers-objc syntastic-checkers.txt /*syntastic-checkers-objc*
|
||||
syntastic-checkers-objcpp syntastic-checkers.txt /*syntastic-checkers-objcpp*
|
||||
syntastic-checkers-ocaml syntastic-checkers.txt /*syntastic-checkers-ocaml*
|
||||
syntastic-checkers-perl syntastic-checkers.txt /*syntastic-checkers-perl*
|
||||
syntastic-checkers-perl6 syntastic-checkers.txt /*syntastic-checkers-perl6*
|
||||
syntastic-checkers-php syntastic-checkers.txt /*syntastic-checkers-php*
|
||||
syntastic-checkers-po syntastic-checkers.txt /*syntastic-checkers-po*
|
||||
syntastic-checkers-pod syntastic-checkers.txt /*syntastic-checkers-pod*
|
||||
syntastic-checkers-pug syntastic-checkers.txt /*syntastic-checkers-pug*
|
||||
syntastic-checkers-puppet syntastic-checkers.txt /*syntastic-checkers-puppet*
|
||||
syntastic-checkers-python syntastic-checkers.txt /*syntastic-checkers-python*
|
||||
syntastic-checkers-qml syntastic-checkers.txt /*syntastic-checkers-qml*
|
||||
syntastic-checkers-r syntastic-checkers.txt /*syntastic-checkers-r*
|
||||
syntastic-checkers-racket syntastic-checkers.txt /*syntastic-checkers-racket*
|
||||
syntastic-checkers-rmd syntastic-checkers.txt /*syntastic-checkers-rmd*
|
||||
syntastic-checkers-rnc syntastic-checkers.txt /*syntastic-checkers-rnc*
|
||||
syntastic-checkers-rst syntastic-checkers.txt /*syntastic-checkers-rst*
|
||||
syntastic-checkers-ruby syntastic-checkers.txt /*syntastic-checkers-ruby*
|
||||
syntastic-checkers-sass syntastic-checkers.txt /*syntastic-checkers-sass*
|
||||
syntastic-checkers-scala syntastic-checkers.txt /*syntastic-checkers-scala*
|
||||
syntastic-checkers-scss syntastic-checkers.txt /*syntastic-checkers-scss*
|
||||
syntastic-checkers-sh syntastic-checkers.txt /*syntastic-checkers-sh*
|
||||
syntastic-checkers-slim syntastic-checkers.txt /*syntastic-checkers-slim*
|
||||
syntastic-checkers-sml syntastic-checkers.txt /*syntastic-checkers-sml*
|
||||
syntastic-checkers-solidity syntastic-checkers.txt /*syntastic-checkers-solidity*
|
||||
syntastic-checkers-spec syntastic-checkers.txt /*syntastic-checkers-spec*
|
||||
syntastic-checkers-sql syntastic-checkers.txt /*syntastic-checkers-sql*
|
||||
syntastic-checkers-stylus syntastic-checkers.txt /*syntastic-checkers-stylus*
|
||||
syntastic-checkers-svg syntastic-checkers.txt /*syntastic-checkers-svg*
|
||||
syntastic-checkers-tcl syntastic-checkers.txt /*syntastic-checkers-tcl*
|
||||
syntastic-checkers-tex syntastic-checkers.txt /*syntastic-checkers-tex*
|
||||
syntastic-checkers-texinfo syntastic-checkers.txt /*syntastic-checkers-texinfo*
|
||||
syntastic-checkers-text syntastic-checkers.txt /*syntastic-checkers-text*
|
||||
syntastic-checkers-trig syntastic-checkers.txt /*syntastic-checkers-trig*
|
||||
syntastic-checkers-turtle syntastic-checkers.txt /*syntastic-checkers-turtle*
|
||||
syntastic-checkers-twig syntastic-checkers.txt /*syntastic-checkers-twig*
|
||||
syntastic-checkers-typescript syntastic-checkers.txt /*syntastic-checkers-typescript*
|
||||
syntastic-checkers-vala syntastic-checkers.txt /*syntastic-checkers-vala*
|
||||
syntastic-checkers-verilog syntastic-checkers.txt /*syntastic-checkers-verilog*
|
||||
syntastic-checkers-vhdl syntastic-checkers.txt /*syntastic-checkers-vhdl*
|
||||
syntastic-checkers-vim syntastic-checkers.txt /*syntastic-checkers-vim*
|
||||
syntastic-checkers-vue syntastic-checkers.txt /*syntastic-checkers-vue*
|
||||
syntastic-checkers-xhtml syntastic-checkers.txt /*syntastic-checkers-xhtml*
|
||||
syntastic-checkers-xml syntastic-checkers.txt /*syntastic-checkers-xml*
|
||||
syntastic-checkers-xquery syntastic-checkers.txt /*syntastic-checkers-xquery*
|
||||
syntastic-checkers-xslt syntastic-checkers.txt /*syntastic-checkers-xslt*
|
||||
syntastic-checkers-yacc syntastic-checkers.txt /*syntastic-checkers-yacc*
|
||||
syntastic-checkers-yaml syntastic-checkers.txt /*syntastic-checkers-yaml*
|
||||
syntastic-checkers-yang syntastic-checkers.txt /*syntastic-checkers-yang*
|
||||
syntastic-checkers-yara syntastic-checkers.txt /*syntastic-checkers-yara*
|
||||
syntastic-checkers-z80 syntastic-checkers.txt /*syntastic-checkers-z80*
|
||||
syntastic-checkers-zpt syntastic-checkers.txt /*syntastic-checkers-zpt*
|
||||
syntastic-checkers-zsh syntastic-checkers.txt /*syntastic-checkers-zsh*
|
||||
syntastic-checkers.txt syntastic-checkers.txt /*syntastic-checkers.txt*
|
||||
syntastic-chef-foodcritic syntastic-checkers.txt /*syntastic-chef-foodcritic*
|
||||
syntastic-cmake-cmakelint syntastic-checkers.txt /*syntastic-cmake-cmakelint*
|
||||
syntastic-co-coco syntastic-checkers.txt /*syntastic-co-coco*
|
||||
syntastic-cobol-cobc syntastic-checkers.txt /*syntastic-cobol-cobc*
|
||||
syntastic-coffee-coffee syntastic-checkers.txt /*syntastic-coffee-coffee*
|
||||
syntastic-coffee-coffee_jshint syntastic-checkers.txt /*syntastic-coffee-coffee_jshint*
|
||||
syntastic-coffee-coffeelint syntastic-checkers.txt /*syntastic-coffee-coffeelint*
|
||||
syntastic-commands syntastic.txt /*syntastic-commands*
|
||||
syntastic-compatibility syntastic.txt /*syntastic-compatibility*
|
||||
syntastic-composite syntastic.txt /*syntastic-composite*
|
||||
syntastic-config-checkers syntastic-checkers.txt /*syntastic-config-checkers*
|
||||
syntastic-config-debug syntastic.txt /*syntastic-config-debug*
|
||||
syntastic-config-empty syntastic.txt /*syntastic-config-empty*
|
||||
syntastic-config-exec syntastic.txt /*syntastic-config-exec*
|
||||
syntastic-config-files syntastic-checkers.txt /*syntastic-config-files*
|
||||
syntastic-config-filtering syntastic.txt /*syntastic-config-filtering*
|
||||
syntastic-config-format syntastic-checkers.txt /*syntastic-config-format*
|
||||
syntastic-config-location syntastic-checkers.txt /*syntastic-config-location*
|
||||
syntastic-config-makeprg syntastic.txt /*syntastic-config-makeprg*
|
||||
syntastic-config-naming syntastic-checkers.txt /*syntastic-config-naming*
|
||||
syntastic-config-no-makeprgbuild syntastic.txt /*syntastic-config-no-makeprgbuild*
|
||||
syntastic-config-sort syntastic.txt /*syntastic-config-sort*
|
||||
syntastic-contents syntastic.txt /*syntastic-contents*
|
||||
syntastic-coq-coqtop syntastic-checkers.txt /*syntastic-coq-coqtop*
|
||||
syntastic-cpp-avrgcc syntastic-checkers.txt /*syntastic-cpp-avrgcc*
|
||||
syntastic-cpp-clang_check syntastic-checkers.txt /*syntastic-cpp-clang_check*
|
||||
syntastic-cpp-clang_tidy syntastic-checkers.txt /*syntastic-cpp-clang_tidy*
|
||||
syntastic-cpp-cppcheck syntastic-checkers.txt /*syntastic-cpp-cppcheck*
|
||||
syntastic-cpp-cppclean syntastic-checkers.txt /*syntastic-cpp-cppclean*
|
||||
syntastic-cpp-cpplint syntastic-checkers.txt /*syntastic-cpp-cpplint*
|
||||
syntastic-cpp-flawfinder syntastic-checkers.txt /*syntastic-cpp-flawfinder*
|
||||
syntastic-cpp-gcc syntastic-checkers.txt /*syntastic-cpp-gcc*
|
||||
syntastic-cpp-oclint syntastic-checkers.txt /*syntastic-cpp-oclint*
|
||||
syntastic-cpp-pc_lint syntastic-checkers.txt /*syntastic-cpp-pc_lint*
|
||||
syntastic-cpp-verapp syntastic-checkers.txt /*syntastic-cpp-verapp*
|
||||
syntastic-cs-mcs syntastic-checkers.txt /*syntastic-cs-mcs*
|
||||
syntastic-csh syntastic.txt /*syntastic-csh*
|
||||
syntastic-css-csslint syntastic-checkers.txt /*syntastic-css-csslint*
|
||||
syntastic-css-mixedindentlint syntastic-checkers.txt /*syntastic-css-mixedindentlint*
|
||||
syntastic-css-phpcs syntastic-checkers.txt /*syntastic-css-phpcs*
|
||||
syntastic-css-prettycss syntastic-checkers.txt /*syntastic-css-prettycss*
|
||||
syntastic-css-recess syntastic-checkers.txt /*syntastic-css-recess*
|
||||
syntastic-css-stylelint syntastic-checkers.txt /*syntastic-css-stylelint*
|
||||
syntastic-cucumber-cucumber syntastic-checkers.txt /*syntastic-cucumber-cucumber*
|
||||
syntastic-cuda-nvcc syntastic-checkers.txt /*syntastic-cuda-nvcc*
|
||||
syntastic-d-dmd syntastic-checkers.txt /*syntastic-d-dmd*
|
||||
syntastic-d-dscanner syntastic-checkers.txt /*syntastic-d-dscanner*
|
||||
syntastic-dart-dartanalyzer syntastic-checkers.txt /*syntastic-dart-dartanalyzer*
|
||||
syntastic-debug syntastic.txt /*syntastic-debug*
|
||||
syntastic-docbk-igor syntastic-checkers.txt /*syntastic-docbk-igor*
|
||||
syntastic-docbk-xmllint syntastic-checkers.txt /*syntastic-docbk-xmllint*
|
||||
syntastic-dockerfile-dockerfile_lint syntastic-checkers.txt /*syntastic-dockerfile-dockerfile_lint*
|
||||
syntastic-dockerfile-hadolint syntastic-checkers.txt /*syntastic-dockerfile-hadolint*
|
||||
syntastic-dustjs-swiffer syntastic-checkers.txt /*syntastic-dustjs-swiffer*
|
||||
syntastic-easygrep syntastic.txt /*syntastic-easygrep*
|
||||
syntastic-eclim syntastic.txt /*syntastic-eclim*
|
||||
syntastic-elixir-elixir syntastic-checkers.txt /*syntastic-elixir-elixir*
|
||||
syntastic-erlang-escript syntastic-checkers.txt /*syntastic-erlang-escript*
|
||||
syntastic-erlang-syntaxerl syntastic-checkers.txt /*syntastic-erlang-syntaxerl*
|
||||
syntastic-error-signs syntastic.txt /*syntastic-error-signs*
|
||||
syntastic-error-window syntastic.txt /*syntastic-error-window*
|
||||
syntastic-eruby-ruby syntastic-checkers.txt /*syntastic-eruby-ruby*
|
||||
syntastic-ferret syntastic.txt /*syntastic-ferret*
|
||||
syntastic-filetype-checkers syntastic.txt /*syntastic-filetype-checkers*
|
||||
syntastic-filtering-errors syntastic.txt /*syntastic-filtering-errors*
|
||||
syntastic-fish syntastic.txt /*syntastic-fish*
|
||||
syntastic-fizsh syntastic.txt /*syntastic-fizsh*
|
||||
syntastic-flagship syntastic.txt /*syntastic-flagship*
|
||||
syntastic-fortran-gfortran syntastic-checkers.txt /*syntastic-fortran-gfortran*
|
||||
syntastic-functionality syntastic.txt /*syntastic-functionality*
|
||||
syntastic-gentoo-xmllint syntastic-checkers.txt /*syntastic-gentoo-xmllint*
|
||||
syntastic-global-options syntastic.txt /*syntastic-global-options*
|
||||
syntastic-glsl-cgc syntastic-checkers.txt /*syntastic-glsl-cgc*
|
||||
syntastic-go-go syntastic-checkers.txt /*syntastic-go-go*
|
||||
syntastic-go-gofmt syntastic-checkers.txt /*syntastic-go-gofmt*
|
||||
syntastic-go-golangci_lint syntastic-checkers.txt /*syntastic-go-golangci_lint*
|
||||
syntastic-go-golint syntastic-checkers.txt /*syntastic-go-golint*
|
||||
syntastic-go-gometalinter syntastic-checkers.txt /*syntastic-go-gometalinter*
|
||||
syntastic-go-gotype syntastic-checkers.txt /*syntastic-go-gotype*
|
||||
syntastic-go-govet syntastic-checkers.txt /*syntastic-go-govet*
|
||||
syntastic-haml-haml syntastic-checkers.txt /*syntastic-haml-haml*
|
||||
syntastic-haml-haml_lint syntastic-checkers.txt /*syntastic-haml-haml_lint*
|
||||
syntastic-handlebars-handlebars syntastic-checkers.txt /*syntastic-handlebars-handlebars*
|
||||
syntastic-haskell-hdevtools syntastic-checkers.txt /*syntastic-haskell-hdevtools*
|
||||
syntastic-haskell-hlint syntastic-checkers.txt /*syntastic-haskell-hlint*
|
||||
syntastic-haskell-scan syntastic-checkers.txt /*syntastic-haskell-scan*
|
||||
syntastic-haxe-haxe syntastic-checkers.txt /*syntastic-haxe-haxe*
|
||||
syntastic-help-proselint syntastic-checkers.txt /*syntastic-help-proselint*
|
||||
syntastic-highlighting syntastic.txt /*syntastic-highlighting*
|
||||
syntastic-hss-hss syntastic-checkers.txt /*syntastic-hss-hss*
|
||||
syntastic-html-eslint syntastic-checkers.txt /*syntastic-html-eslint*
|
||||
syntastic-html-gjslint syntastic-checkers.txt /*syntastic-html-gjslint*
|
||||
syntastic-html-htmlhint syntastic-checkers.txt /*syntastic-html-htmlhint*
|
||||
syntastic-html-jshint syntastic-checkers.txt /*syntastic-html-jshint*
|
||||
syntastic-html-proselint syntastic-checkers.txt /*syntastic-html-proselint*
|
||||
syntastic-html-stylelint syntastic-checkers.txt /*syntastic-html-stylelint*
|
||||
syntastic-html-textlint syntastic-checkers.txt /*syntastic-html-textlint*
|
||||
syntastic-html-tidy syntastic-checkers.txt /*syntastic-html-tidy*
|
||||
syntastic-html-validator syntastic-checkers.txt /*syntastic-html-validator*
|
||||
syntastic-html-w3 syntastic-checkers.txt /*syntastic-html-w3*
|
||||
syntastic-intro syntastic.txt /*syntastic-intro*
|
||||
syntastic-java-checkstyle syntastic-checkers.txt /*syntastic-java-checkstyle*
|
||||
syntastic-java-javac syntastic-checkers.txt /*syntastic-java-javac*
|
||||
syntastic-javascript-closurecompiler syntastic-checkers.txt /*syntastic-javascript-closurecompiler*
|
||||
syntastic-javascript-eslint syntastic-checkers.txt /*syntastic-javascript-eslint*
|
||||
syntastic-javascript-flow syntastic-checkers.txt /*syntastic-javascript-flow*
|
||||
syntastic-javascript-gjslint syntastic-checkers.txt /*syntastic-javascript-gjslint*
|
||||
syntastic-javascript-jscs syntastic-checkers.txt /*syntastic-javascript-jscs*
|
||||
syntastic-javascript-jshint syntastic-checkers.txt /*syntastic-javascript-jshint*
|
||||
syntastic-javascript-jsl syntastic-checkers.txt /*syntastic-javascript-jsl*
|
||||
syntastic-javascript-jslint syntastic-checkers.txt /*syntastic-javascript-jslint*
|
||||
syntastic-javascript-jsxhint syntastic-checkers.txt /*syntastic-javascript-jsxhint*
|
||||
syntastic-javascript-lynt syntastic-checkers.txt /*syntastic-javascript-lynt*
|
||||
syntastic-javascript-mixedindentlint syntastic-checkers.txt /*syntastic-javascript-mixedindentlint*
|
||||
syntastic-javascript-standard syntastic-checkers.txt /*syntastic-javascript-standard*
|
||||
syntastic-javascript-tern_lint syntastic-checkers.txt /*syntastic-javascript-tern_lint*
|
||||
syntastic-json-jsonlint syntastic-checkers.txt /*syntastic-json-jsonlint*
|
||||
syntastic-json-jsonval syntastic-checkers.txt /*syntastic-json-jsonval*
|
||||
syntastic-julia-lint syntastic-checkers.txt /*syntastic-julia-lint*
|
||||
syntastic-less-lessc syntastic-checkers.txt /*syntastic-less-lessc*
|
||||
syntastic-less-recess syntastic-checkers.txt /*syntastic-less-recess*
|
||||
syntastic-less-stylelint syntastic-checkers.txt /*syntastic-less-stylelint*
|
||||
syntastic-lex-flex syntastic-checkers.txt /*syntastic-lex-flex*
|
||||
syntastic-license syntastic.txt /*syntastic-license*
|
||||
syntastic-limbo-limbo syntastic-checkers.txt /*syntastic-limbo-limbo*
|
||||
syntastic-lisp-clisp syntastic-checkers.txt /*syntastic-lisp-clisp*
|
||||
syntastic-llvm-llvm syntastic-checkers.txt /*syntastic-llvm-llvm*
|
||||
syntastic-loclist-callback syntastic.txt /*syntastic-loclist-callback*
|
||||
syntastic-lua-luac syntastic-checkers.txt /*syntastic-lua-luac*
|
||||
syntastic-lua-luacheck syntastic-checkers.txt /*syntastic-lua-luacheck*
|
||||
syntastic-markdown-mdl syntastic-checkers.txt /*syntastic-markdown-mdl*
|
||||
syntastic-markdown-proselint syntastic-checkers.txt /*syntastic-markdown-proselint*
|
||||
syntastic-markdown-remark_lint syntastic-checkers.txt /*syntastic-markdown-remark_lint*
|
||||
syntastic-markdown-textlint syntastic-checkers.txt /*syntastic-markdown-textlint*
|
||||
syntastic-matlab-mlint syntastic-checkers.txt /*syntastic-matlab-mlint*
|
||||
syntastic-mercury-mmc syntastic-checkers.txt /*syntastic-mercury-mmc*
|
||||
syntastic-nasm-nasm syntastic-checkers.txt /*syntastic-nasm-nasm*
|
||||
syntastic-netrw syntastic.txt /*syntastic-netrw*
|
||||
syntastic-nix-nix syntastic-checkers.txt /*syntastic-nix-nix*
|
||||
syntastic-notes syntastic.txt /*syntastic-notes*
|
||||
syntastic-nroff-igor syntastic-checkers.txt /*syntastic-nroff-igor*
|
||||
syntastic-nroff-mandoc syntastic-checkers.txt /*syntastic-nroff-mandoc*
|
||||
syntastic-nroff-proselint syntastic-checkers.txt /*syntastic-nroff-proselint*
|
||||
syntastic-objc-gcc syntastic-checkers.txt /*syntastic-objc-gcc*
|
||||
syntastic-objc-oclint syntastic-checkers.txt /*syntastic-objc-oclint*
|
||||
syntastic-objcpp-gcc syntastic-checkers.txt /*syntastic-objcpp-gcc*
|
||||
syntastic-objcpp-oclint syntastic-checkers.txt /*syntastic-objcpp-oclint*
|
||||
syntastic-ocaml-camlp4o syntastic-checkers.txt /*syntastic-ocaml-camlp4o*
|
||||
syntastic-perl-perl syntastic-checkers.txt /*syntastic-perl-perl*
|
||||
syntastic-perl-perlcritic syntastic-checkers.txt /*syntastic-perl-perlcritic*
|
||||
syntastic-perl-podchecker syntastic-checkers.txt /*syntastic-perl-podchecker*
|
||||
syntastic-perl6-perl6 syntastic-checkers.txt /*syntastic-perl6-perl6*
|
||||
syntastic-php-php syntastic-checkers.txt /*syntastic-php-php*
|
||||
syntastic-php-phpcs syntastic-checkers.txt /*syntastic-php-phpcs*
|
||||
syntastic-php-phplint syntastic-checkers.txt /*syntastic-php-phplint*
|
||||
syntastic-php-phpmd syntastic-checkers.txt /*syntastic-php-phpmd*
|
||||
syntastic-php-phpstan syntastic-checkers.txt /*syntastic-php-phpstan*
|
||||
syntastic-po-dennis syntastic-checkers.txt /*syntastic-po-dennis*
|
||||
syntastic-po-msgfmt syntastic-checkers.txt /*syntastic-po-msgfmt*
|
||||
syntastic-pod-podchecker syntastic-checkers.txt /*syntastic-pod-podchecker*
|
||||
syntastic-pod-proselint syntastic-checkers.txt /*syntastic-pod-proselint*
|
||||
syntastic-powerline syntastic.txt /*syntastic-powerline*
|
||||
syntastic-powershell syntastic.txt /*syntastic-powershell*
|
||||
syntastic-profiling syntastic.txt /*syntastic-profiling*
|
||||
syntastic-pug-pug_lint syntastic-checkers.txt /*syntastic-pug-pug_lint*
|
||||
syntastic-puppet-puppet syntastic-checkers.txt /*syntastic-puppet-puppet*
|
||||
syntastic-puppet-puppetlint syntastic-checkers.txt /*syntastic-puppet-puppetlint*
|
||||
syntastic-pymode syntastic.txt /*syntastic-pymode*
|
||||
syntastic-python-bandit syntastic-checkers.txt /*syntastic-python-bandit*
|
||||
syntastic-python-flake8 syntastic-checkers.txt /*syntastic-python-flake8*
|
||||
syntastic-python-frosted syntastic-checkers.txt /*syntastic-python-frosted*
|
||||
syntastic-python-mypy syntastic-checkers.txt /*syntastic-python-mypy*
|
||||
syntastic-python-prospector syntastic-checkers.txt /*syntastic-python-prospector*
|
||||
syntastic-python-py3kwarn syntastic-checkers.txt /*syntastic-python-py3kwarn*
|
||||
syntastic-python-pycodestyle syntastic-checkers.txt /*syntastic-python-pycodestyle*
|
||||
syntastic-python-pydocstyle syntastic-checkers.txt /*syntastic-python-pydocstyle*
|
||||
syntastic-python-pyflakes syntastic-checkers.txt /*syntastic-python-pyflakes*
|
||||
syntastic-python-pylama syntastic-checkers.txt /*syntastic-python-pylama*
|
||||
syntastic-python-pylint syntastic-checkers.txt /*syntastic-python-pylint*
|
||||
syntastic-python-python syntastic-checkers.txt /*syntastic-python-python*
|
||||
syntastic-qml-qmllint syntastic-checkers.txt /*syntastic-qml-qmllint*
|
||||
syntastic-quickstart syntastic.txt /*syntastic-quickstart*
|
||||
syntastic-r-lintr syntastic-checkers.txt /*syntastic-r-lintr*
|
||||
syntastic-r-svtools syntastic-checkers.txt /*syntastic-r-svtools*
|
||||
syntastic-racket-code-ayatollah syntastic-checkers.txt /*syntastic-racket-code-ayatollah*
|
||||
syntastic-racket-racket syntastic-checkers.txt /*syntastic-racket-racket*
|
||||
syntastic-recommended syntastic.txt /*syntastic-recommended*
|
||||
syntastic-rmd-lintr syntastic-checkers.txt /*syntastic-rmd-lintr*
|
||||
syntastic-rnc-rnv syntastic-checkers.txt /*syntastic-rnc-rnv*
|
||||
syntastic-rst-proselint syntastic-checkers.txt /*syntastic-rst-proselint*
|
||||
syntastic-rst-rst2pseudoxml syntastic-checkers.txt /*syntastic-rst-rst2pseudoxml*
|
||||
syntastic-rst-rstcheck syntastic-checkers.txt /*syntastic-rst-rstcheck*
|
||||
syntastic-rst-sphinx syntastic-checkers.txt /*syntastic-rst-sphinx*
|
||||
syntastic-ruby-flog syntastic-checkers.txt /*syntastic-ruby-flog*
|
||||
syntastic-ruby-jruby syntastic-checkers.txt /*syntastic-ruby-jruby*
|
||||
syntastic-ruby-macruby syntastic-checkers.txt /*syntastic-ruby-macruby*
|
||||
syntastic-ruby-mri syntastic-checkers.txt /*syntastic-ruby-mri*
|
||||
syntastic-ruby-reek syntastic-checkers.txt /*syntastic-ruby-reek*
|
||||
syntastic-ruby-rubocop syntastic-checkers.txt /*syntastic-ruby-rubocop*
|
||||
syntastic-ruby-rubylint syntastic-checkers.txt /*syntastic-ruby-rubylint*
|
||||
syntastic-sass-sass syntastic-checkers.txt /*syntastic-sass-sass*
|
||||
syntastic-sass-sass_lint syntastic-checkers.txt /*syntastic-sass-sass_lint*
|
||||
syntastic-sass-sassc syntastic-checkers.txt /*syntastic-sass-sassc*
|
||||
syntastic-scala-fsc syntastic-checkers.txt /*syntastic-scala-fsc*
|
||||
syntastic-scala-scalac syntastic-checkers.txt /*syntastic-scala-scalac*
|
||||
syntastic-scala-scalastyle syntastic-checkers.txt /*syntastic-scala-scalastyle*
|
||||
syntastic-scss-mixedindentlint syntastic-checkers.txt /*syntastic-scss-mixedindentlint*
|
||||
syntastic-scss-sass syntastic-checkers.txt /*syntastic-scss-sass*
|
||||
syntastic-scss-sass_lint syntastic-checkers.txt /*syntastic-scss-sass_lint*
|
||||
syntastic-scss-sassc syntastic-checkers.txt /*syntastic-scss-sassc*
|
||||
syntastic-scss-scss_lint syntastic-checkers.txt /*syntastic-scss-scss_lint*
|
||||
syntastic-scss-stylelint syntastic-checkers.txt /*syntastic-scss-stylelint*
|
||||
syntastic-sessions syntastic.txt /*syntastic-sessions*
|
||||
syntastic-sh-bashate syntastic-checkers.txt /*syntastic-sh-bashate*
|
||||
syntastic-sh-checkbashisms syntastic-checkers.txt /*syntastic-sh-checkbashisms*
|
||||
syntastic-sh-sh syntastic-checkers.txt /*syntastic-sh-sh*
|
||||
syntastic-sh-shellcheck syntastic-checkers.txt /*syntastic-sh-shellcheck*
|
||||
syntastic-shellslash syntastic.txt /*syntastic-shellslash*
|
||||
syntastic-slim-slim_lint syntastic-checkers.txt /*syntastic-slim-slim_lint*
|
||||
syntastic-slim-slimrb syntastic-checkers.txt /*syntastic-slim-slimrb*
|
||||
syntastic-sml-smlnj syntastic-checkers.txt /*syntastic-sml-smlnj*
|
||||
syntastic-solidity-solc syntastic-checkers.txt /*syntastic-solidity-solc*
|
||||
syntastic-solidity-solhint syntastic-checkers.txt /*syntastic-solidity-solhint*
|
||||
syntastic-solidity-solium syntastic-checkers.txt /*syntastic-solidity-solium*
|
||||
syntastic-spec-rpmlint syntastic-checkers.txt /*syntastic-spec-rpmlint*
|
||||
syntastic-sql-sqlint syntastic-checkers.txt /*syntastic-sql-sqlint*
|
||||
syntastic-sql-tsqllint syntastic-checkers.txt /*syntastic-sql-tsqllint*
|
||||
syntastic-statusline-flag syntastic.txt /*syntastic-statusline-flag*
|
||||
syntastic-stylus-stylint syntastic-checkers.txt /*syntastic-stylus-stylint*
|
||||
syntastic-svg-validator syntastic-checkers.txt /*syntastic-svg-validator*
|
||||
syntastic-svg-w3 syntastic-checkers.txt /*syntastic-svg-w3*
|
||||
syntastic-tcl-nagelfar syntastic-checkers.txt /*syntastic-tcl-nagelfar*
|
||||
syntastic-tex-chktex syntastic-checkers.txt /*syntastic-tex-chktex*
|
||||
syntastic-tex-lacheck syntastic-checkers.txt /*syntastic-tex-lacheck*
|
||||
syntastic-tex-proselint syntastic-checkers.txt /*syntastic-tex-proselint*
|
||||
syntastic-texinfo-makeinfo syntastic-checkers.txt /*syntastic-texinfo-makeinfo*
|
||||
syntastic-texinfo-proselint syntastic-checkers.txt /*syntastic-texinfo-proselint*
|
||||
syntastic-text-atdtool syntastic-checkers.txt /*syntastic-text-atdtool*
|
||||
syntastic-text-igor syntastic-checkers.txt /*syntastic-text-igor*
|
||||
syntastic-text-language_check syntastic-checkers.txt /*syntastic-text-language_check*
|
||||
syntastic-text-proselint syntastic-checkers.txt /*syntastic-text-proselint*
|
||||
syntastic-text-textlint syntastic-checkers.txt /*syntastic-text-textlint*
|
||||
syntastic-trig-rapper syntastic-checkers.txt /*syntastic-trig-rapper*
|
||||
syntastic-turtle-rapper syntastic-checkers.txt /*syntastic-turtle-rapper*
|
||||
syntastic-turtle-ttl syntastic-checkers.txt /*syntastic-turtle-ttl*
|
||||
syntastic-twig-twiglint syntastic-checkers.txt /*syntastic-twig-twiglint*
|
||||
syntastic-typescript-eslint syntastic-checkers.txt /*syntastic-typescript-eslint*
|
||||
syntastic-typescript-lynt syntastic-checkers.txt /*syntastic-typescript-lynt*
|
||||
syntastic-typescript-tslint syntastic-checkers.txt /*syntastic-typescript-tslint*
|
||||
syntastic-vala-valac syntastic-checkers.txt /*syntastic-vala-valac*
|
||||
syntastic-verilog-iverilog syntastic-checkers.txt /*syntastic-verilog-iverilog*
|
||||
syntastic-verilog-verilator syntastic-checkers.txt /*syntastic-verilog-verilator*
|
||||
syntastic-vhdl-ghdl syntastic-checkers.txt /*syntastic-vhdl-ghdl*
|
||||
syntastic-vhdl-vcom syntastic-checkers.txt /*syntastic-vhdl-vcom*
|
||||
syntastic-vim-auto-save syntastic.txt /*syntastic-vim-auto-save*
|
||||
syntastic-vim-go syntastic.txt /*syntastic-vim-go*
|
||||
syntastic-vim-vimlint syntastic-checkers.txt /*syntastic-vim-vimlint*
|
||||
syntastic-vim-vint syntastic-checkers.txt /*syntastic-vim-vint*
|
||||
syntastic-vim-virtualenv syntastic.txt /*syntastic-vim-virtualenv*
|
||||
syntastic-vue-eslint syntastic-checkers.txt /*syntastic-vue-eslint*
|
||||
syntastic-vue-pug_lint_vue syntastic-checkers.txt /*syntastic-vue-pug_lint_vue*
|
||||
syntastic-xhtml-jshint syntastic-checkers.txt /*syntastic-xhtml-jshint*
|
||||
syntastic-xhtml-proselint syntastic-checkers.txt /*syntastic-xhtml-proselint*
|
||||
syntastic-xhtml-tidy syntastic-checkers.txt /*syntastic-xhtml-tidy*
|
||||
syntastic-xhtml-validator syntastic-checkers.txt /*syntastic-xhtml-validator*
|
||||
syntastic-xhtml-w3 syntastic-checkers.txt /*syntastic-xhtml-w3*
|
||||
syntastic-xml-plutil syntastic-checkers.txt /*syntastic-xml-plutil*
|
||||
syntastic-xml-xmllint syntastic-checkers.txt /*syntastic-xml-xmllint*
|
||||
syntastic-xquery-basex syntastic-checkers.txt /*syntastic-xquery-basex*
|
||||
syntastic-xslt-xmllint syntastic-checkers.txt /*syntastic-xslt-xmllint*
|
||||
syntastic-yacc-bison syntastic-checkers.txt /*syntastic-yacc-bison*
|
||||
syntastic-yaml-jsyaml syntastic-checkers.txt /*syntastic-yaml-jsyaml*
|
||||
syntastic-yaml-yamllint syntastic-checkers.txt /*syntastic-yaml-yamllint*
|
||||
syntastic-yaml-yamlxs syntastic-checkers.txt /*syntastic-yaml-yamlxs*
|
||||
syntastic-yang-pyang syntastic-checkers.txt /*syntastic-yang-pyang*
|
||||
syntastic-yara-yarac syntastic-checkers.txt /*syntastic-yara-yarac*
|
||||
syntastic-ycm syntastic.txt /*syntastic-ycm*
|
||||
syntastic-z80-z80syntaxchecker syntastic-checkers.txt /*syntastic-z80-z80syntaxchecker*
|
||||
syntastic-zpt-zptlint syntastic-checkers.txt /*syntastic-zpt-zptlint*
|
||||
syntastic-zsh syntastic.txt /*syntastic-zsh*
|
||||
syntastic-zsh-zsh syntastic-checkers.txt /*syntastic-zsh-zsh*
|
||||
syntastic.txt syntastic.txt /*syntastic.txt*
|
||||
tsuquyomi tsuquyomi.txt /*tsuquyomi*
|
||||
tsuquyomi#balloonexpr tsuquyomi.txt /*tsuquyomi#balloonexpr*
|
||||
tsuquyomi#complete tsuquyomi.txt /*tsuquyomi#complete*
|
||||
|
@ -688,7 +1360,22 @@ tsuquyomi-interface tsuquyomi.txt /*tsuquyomi-interface*
|
|||
tsuquyomi-introduction tsuquyomi.txt /*tsuquyomi-introduction*
|
||||
tsuquyomi-key-mappings tsuquyomi.txt /*tsuquyomi-key-mappings*
|
||||
tsuquyomi-variables tsuquyomi.txt /*tsuquyomi-variables*
|
||||
unimpaired unimpaired.txt /*unimpaired*
|
||||
unimpaired-encoding unimpaired.txt /*unimpaired-encoding*
|
||||
unimpaired-lines unimpaired.txt /*unimpaired-lines*
|
||||
unimpaired-next unimpaired.txt /*unimpaired-next*
|
||||
unimpaired-pasting unimpaired.txt /*unimpaired-pasting*
|
||||
unimpaired-toggling unimpaired.txt /*unimpaired-toggling*
|
||||
unimpaired.txt unimpaired.txt /*unimpaired.txt*
|
||||
unite-decls vim-go.txt /*unite-decls*
|
||||
v_[e unimpaired.txt /*v_[e*
|
||||
v_[u unimpaired.txt /*v_[u*
|
||||
v_[x unimpaired.txt /*v_[x*
|
||||
v_[y unimpaired.txt /*v_[y*
|
||||
v_]e unimpaired.txt /*v_]e*
|
||||
v_]u unimpaired.txt /*v_]u*
|
||||
v_]x unimpaired.txt /*v_]x*
|
||||
v_]y unimpaired.txt /*v_]y*
|
||||
vim-airline airline.txt /*vim-airline*
|
||||
vim-go vim-go.txt /*vim-go*
|
||||
vim-go-plugins vim-go.txt /*vim-go-plugins*
|
||||
|
@ -743,3 +1430,17 @@ vimproc-tips-pseudo-devices vimproc.txt /*vimproc-tips-pseudo-devices*
|
|||
vimproc-variables vimproc.txt /*vimproc-variables*
|
||||
vimproc-windows vimproc.txt /*vimproc-windows*
|
||||
vimproc.txt vimproc.txt /*vimproc.txt*
|
||||
yob unimpaired.txt /*yob*
|
||||
yoc unimpaired.txt /*yoc*
|
||||
yod unimpaired.txt /*yod*
|
||||
yoh unimpaired.txt /*yoh*
|
||||
yoi unimpaired.txt /*yoi*
|
||||
yol unimpaired.txt /*yol*
|
||||
yon unimpaired.txt /*yon*
|
||||
yop unimpaired.txt /*yop*
|
||||
yor unimpaired.txt /*yor*
|
||||
yos unimpaired.txt /*yos*
|
||||
you unimpaired.txt /*you*
|
||||
yov unimpaired.txt /*yov*
|
||||
yow unimpaired.txt /*yow*
|
||||
yox unimpaired.txt /*yox*
|
||||
|
|
1
doc/unimpaired.txt
Symbolic link
1
doc/unimpaired.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
../autostart/unimpaired/doc/unimpaired.txt
|
27
init.vim
27
init.vim
|
@ -10,6 +10,17 @@ command! -nargs=? -complete=dir Vexplore leftabove vsplit | silent Dirvish <args
|
|||
|
||||
let g:dirvish_mode = ':sort ,^.*[\/],'
|
||||
|
||||
" SYNTASTIC
|
||||
|
||||
set statusline+=%#warningmsg#
|
||||
set statusline+=%{SyntasticStatuslineFlag()}
|
||||
set statusline+=%*
|
||||
|
||||
let g:syntastic_always_populate_loc_list = 1
|
||||
let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0
|
||||
|
||||
" SETTINGS
|
||||
|
||||
if !has('nvim')
|
||||
|
@ -114,7 +125,7 @@ noremap <F2> :let @/ = ""<CR>
|
|||
|
||||
" Use "," as leader
|
||||
let mapleader = ","
|
||||
let maplocaleader = " "
|
||||
let maplocalleader = " "
|
||||
|
||||
" Git grep with Leader g
|
||||
nnoremap <Leader>g :Grepper -tool git<CR>
|
||||
|
@ -160,8 +171,9 @@ nnoremap <Leader>rcm :!open https://youtu.be/jn40Ugz0vuk<CR><CR>
|
|||
" open netrw in directory of current file
|
||||
nnoremap <Leader>e :Ex<CR>
|
||||
|
||||
" close quickfix window with: Leader Q
|
||||
nnoremap <Leader>Q :ccl<CR>
|
||||
" Toggle Location and Quickfix windows with these mappings
|
||||
let g:lt_location_list_toggle_map = '<leader>l'
|
||||
let g:lt_quickfix_list_toggle_map = '<leader>q'
|
||||
|
||||
" Insert in the end of file with Leader c
|
||||
nnoremap <Leader>c GA
|
||||
|
@ -188,9 +200,14 @@ filetype plugin indent on
|
|||
autocmd FileType fish compiler fish
|
||||
|
||||
" ensime-vim setup
|
||||
silent autocmd FileType scala,java
|
||||
nnoremap <buffer> <localleader>t :EnType<CR> |
|
||||
nnoremap <buffer> <localleader>d :EnDocBrowse<CR> |
|
||||
nnoremap <buffer> <localleader>b :EnDeclaration<CR> |
|
||||
nnoremap <buffer> <localleader>u :EnUsages<CR> |
|
||||
nnoremap <buffer> <localleader>r :EnRename<CR> |
|
||||
nnoremap <buffer> <localleader>i :EnAddImport<CR>
|
||||
autocmd BufWritePost *.scala silent :EnTypeCheck
|
||||
nnoremap <localleader>t :EnType<CR>
|
||||
|
||||
|
||||
if has("vms")
|
||||
set nobackup " do not keep a backup file, use versions instead
|
||||
|
|
1
pack/plugins/start/ListToggle
Submodule
1
pack/plugins/start/ListToggle
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 63fb8acb57d57380b2e30e7a831247140559c95f
|
1
pack/plugins/start/sbt-vim
Submodule
1
pack/plugins/start/sbt-vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a034d2d950fbd2efd3178dd02683036da9e4b267
|
1
pack/plugins/start/syntastic
Submodule
1
pack/plugins/start/syntastic
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 11aa21edef1627139d1cb39f5efd568942985dfc
|
1
pack/plugins/start/unimpaired
Submodule
1
pack/plugins/start/unimpaired
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a49c4f2bf05f18a6e4f6572a19763ba7abba52b1
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a73a9dc920bd0b3ba8b298c258bd4d4814d9a162
|
Reference in a new issue