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

View File

@@ -5,16 +5,21 @@ ALE FusionScript Integration *ale-fuse-options*
===============================================================================
fusion-lint *ale-fuse-fusionlint*
g:ale_fusion_fusionlint_executable *g:ale_fuse_fusionlint_executable*
*ale-options.fusion_fusionlint_executable*
*g:ale_fusion_fusionlint_executable*
*b:ale_fuse_fusionlint_executable*
fusion_fusionlint_executable
g:ale_fusion_fusionlint_executable
Type: |String|
Default: `'fusion-lint'`
This variable can be changed to change the path to fusion-lint.
g:ale_fuse_fusionlint_options *g:ale_fuse_fusionlint_options*
*ale-options.fuse_fusionlint_options*
*g:ale_fuse_fusionlint_options*
*b:ale_fuse_fusionlint_options*
fuse_fusionlint_options
g:ale_fuse_fusionlint_options
Type: |String|
Default: `''`