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
+10 -2
View File
@@ -1,6 +1,7 @@
===============================================================================
ALE Racket Integration *ale-racket-options*
===============================================================================
racket_langserver *ale-racket-langserver*
@@ -14,11 +15,15 @@ racket_langserver *ale-racket-langserver
You should be able to see linter results and use LSP features of `ALE` like
`ALEGoToDefinition` with `racket-langserver`.
===============================================================================
raco_fmt *ale-racket-raco-fmt*
g:ale_racket_raco_fmt_executable *g:ale_racket_raco_fmt_executable*
*ale-options.racket_raco_fmt_executable*
*g:ale_racket_raco_fmt_executable*
*b:ale_racket_raco_fmt_executable*
racket_raco_fmt_executable
g:ale_racket_raco_fmt_executable
Type: |String|
Default: `'raco'`
@@ -26,8 +31,11 @@ g:ale_racket_raco_fmt_executable *g:ale_racket_raco_fmt_executable
prefer to use one installed in a custom location, set this option to the
path to the specific `raco` executable.
g:ale_racket_raco_fmt_options *g:ale_racket_raco_fmt_options*
*ale-options.racket_raco_fmt_options*
*g:ale_racket_raco_fmt_options*
*b:ale_racket_raco_fmt_options*
racket_raco_fmt_options
g:ale_racket_raco_fmt_options
Type: |String|
Default: `''`