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.
This commit is contained in:
w0rp
2025-03-20 21:33:12 +00:00
parent 2280d41b30
commit 400857d758
146 changed files with 5469 additions and 2642 deletions
+8 -5
View File
@@ -11,16 +11,19 @@ See |ale-c-uncrustify| for information about the available options.
===============================================================================
Vala-Lint *ale-vala-vala-lint*
g:vala_vala_lint_executable *g:vala_vala_lint_executable*
*b:vala_vala_lint_executable*
*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.
g:vala_vala_lint_config_filename *g:vala_vala_lint_config_filename*
*b:vala_vala_lint_config_filename*
*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'`