diff options
Diffstat (limited to 'doc/ale-yaml.txt')
-rw-r--r-- | doc/ale-yaml.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/ale-yaml.txt b/doc/ale-yaml.txt index 4a24afa1..a902f25d 100644 --- a/doc/ale-yaml.txt +++ b/doc/ale-yaml.txt @@ -3,6 +3,40 @@ ALE YAML Integration *ale-yaml-options* =============================================================================== +swaglint *ale-yaml-swaglint* + +Website: https://github.com/byCedric/swaglint + + +Installation +------------------------------------------------------------------------------- + +Install swaglint either globally or locally: > + + npm install swaglint -g # global + npm install swaglint # local +< + +Options +------------------------------------------------------------------------------- + +g:ale_yaml_swaglint_executable *g:ale_yaml_swaglint_executable* + *b:ale_yaml_swaglint_executable* + Type: |String| + Default: `'swaglint'` + + This variable can be set to change the path to swaglint. + + +g:ale_yaml_swaglint_use_global *g:ale_yaml_swaglint_use_global* + *b:ale_yaml_swaglint_use_global* + Type: |String| + Default: `0` + + See |ale-integrations-local-executables| + + +=============================================================================== yamllint *ale-yaml-yamllint* Website: https://github.com/adrienverge/yamllint |