YAML: yamlxs - novaez/syntastic GitHub Wiki

Maintainer: LCD 47 [email protected]

This is a syntax checker for YAML 1.1 using the Perl module YAML::XS.

Checker options:

g:syntastic_perl_interpreter (string; default: 'perl')
The perl interpreter to use.
g:syntastic_perl_lib_path (list; default: [])
List of include directories to be added to the perl command line. Example:
```vim let g:syntastic_perl_lib_path = [ '/usr/local/lib/perl5/auto' ] ```
⚠️ **GitHub.com Fallback** ⚠️