Files
ale/doc/ale-vala.txt
w0rp 400857d758 Implement Lua ALE setup & overhaul documentation
1. Add ale.setup and ale.setup.buffer for pure Lua configuration.
2. Update many global settings to use Booleans instead of numbers to
   make types easiert to work with in Lua.
3. Radically reformat documentation and fix errors to make
   documentation more usable for Neovim users.
2025-03-27 12:40:11 +00:00

37 lines
1.6 KiB
Plaintext

===============================================================================
ALE VALA Integration *ale-vala-options*
===============================================================================
uncrustify *ale-vala-uncrustify*
See |ale-c-uncrustify| for information about the available options.
===============================================================================
Vala-Lint *ale-vala-vala-lint*
*ale-options.vala_vala_lint_executable*
*g:ale_vala_vala_lint_executable*
*b:ale_vala_vala_lint_executable*
g:ale_vala_vala_lint_executable
Type: |String|
Default: `'io.elementary.vala-lint'`
This variable can be set to specify a Vala-Lint executable file.
*ale-options.vala_vala_lint_config_filename*
*g:ale_vala_vala_lint_config_filename*
*b:ale_vala_vala_lint_config_filename*
g:ale_vala_vala_lint_config_filename
Type: |String|
Default: `'vala-lint.conf'`
This variable can be set to specify a Vala-Lint config filename. When a file
with the specified name was not found or this variable was set to empty,
Vala-Lint will be executed without specifying a config filename.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: