e149692cc9
subrepo: subdir: "dotfiles/.vim/plugged/ale" merged: "e4b205440" upstream: origin: "https://github.com/dense-analysis/ale.git" branch: "master" commit: "e4b205440" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
24 lines
992 B
Text
24 lines
992 B
Text
===============================================================================
|
|
ALE Bicep Integration *ale-bicep-options*
|
|
|
|
|
|
===============================================================================
|
|
bicep *ale-bicep-bicep*
|
|
|
|
g:ale_bicep_bicep_executable *g:ale_bicep_bicep_executable*
|
|
*b:ale_bicep_bicep_executable*
|
|
Type: |String|
|
|
Default: `'bicep'`
|
|
|
|
This variable can be set to change the path to bicep.
|
|
|
|
|
|
g:ale_bicep_bicep_options *g:ale_bicep_bicep_options*
|
|
*b:ale_bicep_bicep_options*
|
|
Type: |String|
|
|
Default: `'build --outfile /dev/null'`
|
|
|
|
This variable can be set to pass additional options to bicep.
|
|
|
|
===============================================================================
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|