Files
ale/doc/ale-cairo.txt
w0rp 400857d758 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.
2025-03-27 12:40:11 +00:00

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: