mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
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.
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
===============================================================================
|
|
ALE Cairo Integration *ale-cairo-options*
|
|
|
|
|
|
===============================================================================
|
|
scarb *ale-cairo-scarb*
|
|
|
|
*ale-options.cairo_scarb_executable*
|
|
*g:ale_cairo_scarb_executable*
|
|
*b:ale_cairo_scarb_executable*
|
|
cairo_scarb_executable
|
|
g:ale_cairo_scarb_executable
|
|
Type: |String|
|
|
Default: `'scarb build'`
|
|
|
|
For Cairo1 projects using Scarb
|
|
|
|
For more information read 'https://docs.swmansion.com/scarb/'
|
|
|
|
|
|
===============================================================================
|
|
starknet *ale-cairo-starknet*
|
|
|
|
*ale-options.cairo_starknet_executable*
|
|
*g:ale_cairo_starknet_executable*
|
|
*b:ale_cairo_starknet_executable*
|
|
cairo_starknet_executable
|
|
g:ale_cairo_starknet_executable
|
|
Type: |String|
|
|
Default: `'starknet-compile'`
|
|
|
|
Overrides the starknet-compile binary after installing the cairo-language.
|
|
|
|
For more information read 'https://starknet.io/docs/quickstart.html'
|
|
|
|
|
|
===============================================================================
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|