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
+9 -3
View File
@@ -5,20 +5,26 @@ ALE ISPC Integration *ale-ispc-options*
===============================================================================
ispc *ale-ispc-ispc*
g:ale_ispc_ispc_executable *g:ale_ispc_ispc_executable*
*ale-options.ispc_ispc_executable*
*g:ale_ispc_ispc_executable*
*b:ale_ispc_ispc_executable*
ispc_ispc_executable
g:ale_ispc_ispc_executable
Type: |String|
Default: `'ispc'`
This variable can be changed to use a different executable for ispc.
g:ale_ispc_ispc_options *g:ale_ispc_ispc_options*
*ale-options.ispc_ispc_options*
*g:ale_ispc_ispc_options*
*b:ale_ispc_ispc_options*
ispc_ispc_options
g:ale_ispc_ispc_options
Type: |String|
Default: `''`
This variable can be changed to modify flags given to ispc.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: