mirror of
https://github.com/amix/vimrc
synced 2025-07-12 22:24:59 +08:00
gitignore sources_non_forked_cache
This commit is contained in:
57
sources_non_forked/ale/doc/ale-puppet.txt
Normal file
57
sources_non_forked/ale/doc/ale-puppet.txt
Normal file
@ -0,0 +1,57 @@
|
||||
===============================================================================
|
||||
ALE Puppet Integration *ale-puppet-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
puppet *ale-puppet-puppet*
|
||||
|
||||
g:ale_puppet_puppet_executable *g:ale_puppet_puppet_executable*
|
||||
*b:ale_puppet_puppet_executable*
|
||||
Type: |String|
|
||||
Default: `'puppet'`
|
||||
|
||||
This variable can be changed to specify the executable used for puppet.
|
||||
|
||||
|
||||
g:ale_puppet_puppet_options *g:ale_puppet_puppet_options*
|
||||
*b:ale_puppet_puppet_options*
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be changed to add command-line arguments to the
|
||||
puppet parser validate invocation.
|
||||
|
||||
|
||||
===============================================================================
|
||||
puppetlint *ale-puppet-puppetlint*
|
||||
|
||||
g:ale_puppet_puppetlint_executable *g:ale_puppet_puppetlint_executable*
|
||||
*b:ale_puppet_puppetlint_executable*
|
||||
Type: |String|
|
||||
Default: `'puppet-lint'`
|
||||
|
||||
This variable can be changed to specify the executable used for puppet-lint.
|
||||
|
||||
|
||||
g:ale_puppet_puppetlint_options *g:ale_puppet_puppetlint_options*
|
||||
*b:ale_puppet_puppetlint_options*
|
||||
Type: |String|
|
||||
Default: `'--no-autoloader_layout-check'`
|
||||
|
||||
This variable can be changed to add command-line arguments to the
|
||||
puppet-lint invocation.
|
||||
|
||||
|
||||
===============================================================================
|
||||
puppet-languageserver *ale-puppet-languageserver*
|
||||
|
||||
g:ale_puppet_languageserver_executable *g:ale_puppet_languageserver_executable*
|
||||
*b:ale_puppet_languageserver_executable*
|
||||
type: |String|
|
||||
Default: `'puppet-languageserver'`
|
||||
|
||||
This variable can be used to specify the executable used for
|
||||
puppet-languageserver.
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
Reference in New Issue
Block a user