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
+25 -9
View File
@@ -5,16 +5,21 @@ ALE CMake Integration *ale-cmake-options*
===============================================================================
cmakelint *ale-cmake-cmakelint*
g:ale_cmake_cmakelint_executable *g:ale_cmake_cmakelint_executable*
*ale-options.cmake_cmakelint_executable*
*g:ale_cmake_cmakelint_executable*
*b:ale_cmake_cmakelint_executable*
cmake_cmakelint_executable
g:ale_cmake_cmakelint_executable
Type: |String|
Default: `'cmakelint'`
This variable can be set to change the path the cmakelint.
g:ale_cmake_cmakelint_options *g:ale_cmake_cmakelint_options*
*ale-options.cmake_cmakelint_options*
*g:ale_cmake_cmakelint_options*
*b:ale_cmake_cmakelint_options*
cmake_cmakelint_options
g:ale_cmake_cmakelint_options
Type: |String|
Default: `''`
@@ -24,16 +29,21 @@ g:ale_cmake_cmakelint_options *g:ale_cmake_cmakelint_options*
===============================================================================
cmake-lint *ale-cmake-cmake-lint*
g:ale_cmake_cmake_lint_executable *g:ale_cmake_cmake_lint_executable*
*ale-options.cmake_cmake_lint_executable*
*g:ale_cmake_cmake_lint_executable*
*b:ale_cmake_cmake_lint_executable*
cmake_cmake_lint_executable
g:ale_cmake_cmake_lint_executable
Type: |String|
Default: `'cmake-lint'`
This variable can be set to change the path the cmake-lint.
g:ale_cmake_cmake_lint_options *g:ale_cmake_cmake_lint_options*
*ale-options.cmake_cmake_lint_options*
*g:ale_cmake_cmake_lint_options*
*b:ale_cmake_cmake_lint_options*
cmake_cmake_lint_options
g:ale_cmake_cmake_lint_options
Type: |String|
Default: `''`
@@ -43,20 +53,26 @@ g:ale_cmake_cmake_lint_options *g:ale_cmake_cmake_lint_options*
===============================================================================
cmake-format *ale-cmake-cmakeformat*
g:ale_cmake_cmakeformat_executable *g:ale_cmake_cmakeformat_executable*
*ale-options.cmake_cmakeformat_executable*
*g:ale_cmake_cmakeformat_executable*
*b:ale_cmake_cmakeformat_executable*
cmake_cmakeformat_executable
g:ale_cmake_cmakeformat_executable
Type: |String|
Default: `'cmakeformat'`
This variable can be set to change the path the cmake-format.
g:ale_cmake_cmakeformat_options *g:ale_cmake_cmakeformat_options*
*ale-options.cmake_cmakeformat_options*
*g:ale_cmake_cmakeformat_options*
*b:ale_cmake_cmakeformat_options*
cmake_cmakeformat_options
g:ale_cmake_cmakeformat_options
Type: |String|
Default: `''`
This variable can be set to pass additional options to cmake-format.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: