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
+16 -6
View File
@@ -12,16 +12,21 @@ Note that the C options are also used for CUDA.
===============================================================================
clangd *ale-cuda-clangd*
g:ale_cuda_clangd_executable *g:ale_cuda_clangd_executable*
*ale-options.cuda_clangd_executable*
*g:ale_cuda_clangd_executable*
*b:ale_cuda_clangd_executable*
cuda_clangd_executable
g:ale_cuda_clangd_executable
Type: |String|
Default: `'clangd'`
This variable can be changed to use a different executable for clangd.
g:ale_cuda_clangd_options *g:ale_cuda_clangd_options*
*ale-options.cuda_clangd_options*
*g:ale_cuda_clangd_options*
*b:ale_cuda_clangd_options*
cuda_clangd_options
g:ale_cuda_clangd_options
Type: |String|
Default: `''`
@@ -31,17 +36,22 @@ g:ale_cuda_clangd_options *g:ale_cuda_clangd_options*
===============================================================================
nvcc *ale-cuda-nvcc*
g:ale_cuda_nvcc_executable *g:ale_cuda_nvcc_executable*
*ale-options.cuda_nvcc_executable*
*g:ale_cuda_nvcc_executable*
*b:ale_cuda_nvcc_executable*
cuda_nvcc_executable
g:ale_cuda_nvcc_executable
Type: |String|
Default: `'nvcc'`
This variable can be changed to use a different executable for nvcc.
Currently only nvcc 8.0 is supported.
g:ale_cuda_nvcc_options *g:ale_cuda_nvcc_options*
*ale-options.cuda_nvcc_options*
*g:ale_cuda_nvcc_options*
*b:ale_cuda_nvcc_options*
cuda_nvcc_options
g:ale_cuda_nvcc_options
Type: |String|
Default: `'-std=c++11'`