X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-bicep.txt?ds=sidebyside diff --git a/.vim/bundle/ale/doc/ale-bicep.txt b/.vim/bundle/ale/doc/ale-bicep.txt new file mode 100644 index 00000000..888e451d --- /dev/null +++ b/.vim/bundle/ale/doc/ale-bicep.txt @@ -0,0 +1,54 @@ +=============================================================================== +ALE Bicep Integration *ale-bicep-options* + + +=============================================================================== +bicep *ale-bicep-bicep* + + *ale-options.bicep_bicep_executable* + *g:ale_bicep_bicep_executable* + *b:ale_bicep_bicep_executable* +bicep_bicep_executable +g:ale_bicep_bicep_executable + Type: |String| + Default: `'bicep'` + + This variable can be set to change the path to bicep. + + *ale-options.bicep_bicep_options* + *g:ale_bicep_bicep_options* + *b:ale_bicep_bicep_options* +bicep_bicep_options +g:ale_bicep_bicep_options + Type: |String| + Default: `''` + + This variable can be set to pass additional options to bicep. + + +=============================================================================== +az_bicep *ale-bicep-az_bicep* + + *ale-options.bicep_az_bicep_executable* + *g:ale_bicep_az_bicep_executable* + *b:ale_bicep_az_bicep_executable* +bicep_az_bicep_executable +g:ale_bicep_az_bicep_executable + Type: |String| + Default: `'az'` + + This variable can be set to change the path to az_bicep. + + *ale-options.bicep_az_bicep_options* + *g:ale_bicep_az_bicep_options* + *b:ale_bicep_az_bicep_options* +bicep_az_bicep_options +g:ale_bicep_az_bicep_options + Type: |String| + Default: `''` + + This variable can be set to pass additional options to az_bicep. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: