Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.5.0) YAML: yamlxs

LCD 47 edited this page Dec 13, 2014 · 1 revision

Maintainer: LCD 47 lcd047@gmail.com

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' ] ```

Note:

The variable g:syntastic_perl_interpreter is shared with the perl/perl checker. If for some reasons you don't want to use the same interpreter for both checkers, you can override it locally by setting g:syntastic_yaml_yamlxs_exec.

Clone this wiki locally