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 53f036fe9f
commit bcd1a12949
146 changed files with 5469 additions and 2642 deletions
+18 -7
View File
@@ -5,16 +5,21 @@ ALE Jsonnet Integration *ale-jsonnet-options*
===============================================================================
jsonnetfmt *ale-jsonnet-jsonnetfmt*
g:ale_jsonnet_jsonnetfmt_executable *g:ale_jsonnet_jsonnetfmt_executable*
*ale-options.jsonnet_jsonnetfmt_executable*
*g:ale_jsonnet_jsonnetfmt_executable*
*b:ale_jsonnet_jsonnetfmt_executable*
jsonnet_jsonnetfmt_executable
g:ale_jsonnet_jsonnetfmt_executable
Type: |String|
Default: `'jsonnetfmt'`
This option can be changed to change the path for `jsonnetfmt`.
g:ale_jsonnet_jsonnetfmt_options *g:ale_jsonnet_jsonnetfmt_options*
*ale-options.jsonnet_jsonnetfmt_options*
*g:ale_jsonnet_jsonnetfmt_options*
*b:ale_jsonnet_jsonnetfmt_options*
jsonnet_jsonnetfmt_options
g:ale_jsonnet_jsonnetfmt_options
Type: |String|
Default: `''`
@@ -24,20 +29,26 @@ g:ale_jsonnet_jsonnetfmt_options *g:ale_jsonnet_jsonnetfmt_options*
===============================================================================
jsonnet-lint *ale-jsonnet-jsonnet-lint*
g:ale_jsonnet_jsonnet_lint_executable *g:ale_jsonnet_jsonnet_lint_executable*
*ale-options.jsonnet_jsonnet_lint_executable*
*g:ale_jsonnet_jsonnet_lint_executable*
*b:ale_jsonnet_jsonnet_lint_executable*
jsonnet_jsonnet_lint_executable
g:ale_jsonnet_jsonnet_lint_executable
Type: |String|
Default: `'jsonnet-lint'`
This option can be changed to change the path for `jsonnet-lint`.
g:ale_jsonnet_jsonnet_lint_options *g:ale_jsonnet_jsonnet_lint_options*
*b:ale_jsonnet_jsonnet_lint_options*
*ale-options.jsonnet_jsonnet_lint_options*
*g:ale_jsonnet_jsonnet_lint_options*
*b:ale_jsonnet_jsonnet_lint_options*
jsonnet_jsonnet_lint_options
g:ale_jsonnet_jsonnet_lint_options
Type: |String|
Default: `''`
This option can be changed to pass extra options to `jsonnet-lint`.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: