X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-jsonnet.txt diff --git a/.vim/bundle/ale/doc/ale-jsonnet.txt b/.vim/bundle/ale/doc/ale-jsonnet.txt new file mode 100644 index 00000000..8c4f4cbd --- /dev/null +++ b/.vim/bundle/ale/doc/ale-jsonnet.txt @@ -0,0 +1,54 @@ +=============================================================================== +ALE Jsonnet Integration *ale-jsonnet-options* + + +=============================================================================== +jsonnetfmt *ale-jsonnet-jsonnetfmt* + + *ale-options.jsonnet_jsonnetfmt_executable* + *g:ale_jsonnet_jsonnetfmt_executable* + *b:ale_jsonnet_jsonnetfmt_executable* +jsonnet_jsonnetfmt_executable +g:ale_jsonnet_jsonnetfmt_executable + Type: |String| + Default: `'jsonnetfmt'` + + This option can be changed to change the path for `jsonnetfmt`. + + *ale-options.jsonnet_jsonnetfmt_options* + *g:ale_jsonnet_jsonnetfmt_options* + *b:ale_jsonnet_jsonnetfmt_options* +jsonnet_jsonnetfmt_options +g:ale_jsonnet_jsonnetfmt_options + Type: |String| + Default: `''` + + This option can be changed to pass extra options to `jsonnetfmt`. + + +=============================================================================== +jsonnet-lint *ale-jsonnet-jsonnet-lint* + + *ale-options.jsonnet_jsonnet_lint_executable* + *g:ale_jsonnet_jsonnet_lint_executable* + *b:ale_jsonnet_jsonnet_lint_executable* +jsonnet_jsonnet_lint_executable +g:ale_jsonnet_jsonnet_lint_executable + Type: |String| + Default: `'jsonnet-lint'` + + This option can be changed to change the path for `jsonnet-lint`. + + *ale-options.jsonnet_jsonnet_lint_options* + *g:ale_jsonnet_jsonnet_lint_options* + *b:ale_jsonnet_jsonnet_lint_options* +jsonnet_jsonnet_lint_options +g:ale_jsonnet_jsonnet_lint_options + Type: |String| + Default: `''` + + This option can be changed to pass extra options to `jsonnet-lint`. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: