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
+12 -4
View File
@@ -8,9 +8,11 @@ Integration Information
`v` is V's build tool. `vfmt` (called as `v fmt` from the same
executable that does the builds) is the autoformatter/fixer.
g:ale_v_v_executable *g:ale_v_v_executable*
*ale-options.v_v_executable*
*g:ale_v_v_executable*
*b:ale_v_v_executable*
v_v_executable
g:ale_v_v_executable
Type: |String|
Default: `'v'`
@@ -20,8 +22,11 @@ g:ale_v_v_executable *g:ale_v_v_executable*
===============================================================================
v *ale-v-v*
g:ale_v_v_options *g:ale_v_v_options*
*ale-options.v_v_options*
*g:ale_v_v_options*
*b:ale_v_v_options*
v_v_options
g:ale_v_v_options
Type: |String|
Default: `''`
@@ -32,8 +37,11 @@ g:ale_v_v_options *g:ale_v_v_options*
===============================================================================
vfmt *ale-v-vfmt*
g:ale_v_vfmt_options *g:ale_v_vfmt_options*
*ale-options.v_vfmt_options*
*g:ale_v_vfmt_options*
*b:ale_v_vfmt_options*
v_vfmt_options
g:ale_v_vfmt_options
Type: |String|
Default: `''`