mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-07 07:32:01 +08:00
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:
@@ -10,22 +10,30 @@ displaying errors if an error message is not found.
|
||||
If ALE is not showing any errors but your file does not run as expected, run
|
||||
`fish -n <file.fish>` from the command line.
|
||||
|
||||
===============================================================================
|
||||
fish_indent *ale-fish-fish_indent*
|
||||
|
||||
g:ale_fish_fish_indent_executable *g:ale_fish_fish_indent_executable*
|
||||
*b:ale_fish_fish_indent_executable*
|
||||
===============================================================================
|
||||
fish_indent *ale-fish-fish_indent*
|
||||
|
||||
*ale-options.fish_fish_indent_executable*
|
||||
*g:ale_fish_fish_indent_executable*
|
||||
*b:ale_fish_fish_indent_executable*
|
||||
fish_fish_indent_executable
|
||||
g:ale_fish_fish_indent_executable
|
||||
Type: |String|
|
||||
Default: `'fish_indent'`
|
||||
|
||||
This variable can be changed to use a different executable for fish_indent.
|
||||
|
||||
g:ale_fish_fish_indent_options *g:ale_fish_fish_indent_options*
|
||||
*b:ale_fish_fish_indent_options*
|
||||
*ale-options.fish_fish_indent_options*
|
||||
*g:ale_fish_fish_indent_options*
|
||||
*b:ale_fish_fish_indent_options*
|
||||
fish_fish_indent_options
|
||||
g:ale_fish_fish_indent_options
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be set to pass additional options to fish_indent.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user