mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Add dart analysis_server doc
This commit is contained in:
committed by
Nelson Yeung
parent
075c3e0ad0
commit
847f729cd4
@@ -2,6 +2,31 @@
|
|||||||
ALE Dart Integration *ale-dart-options*
|
ALE Dart Integration *ale-dart-options*
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
analysis_server *ale-dart-analysis_server*
|
||||||
|
|
||||||
|
Installation
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Install Dart via whatever means. `analysis_server` will be included in the SDK.
|
||||||
|
|
||||||
|
In case that `dart` is no in your path, try to set the executable option to
|
||||||
|
its absolute path. : >
|
||||||
|
" Set the executable path for dart to the absolute path to it.
|
||||||
|
let g:ale_dart_analysis_server_executable = '/usr/local/bin/dart'
|
||||||
|
<
|
||||||
|
|
||||||
|
Options
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
g:ale_dart_analysis_server_executable *g:ale_dart_analysis_server_executable*
|
||||||
|
*b:ale_dart_analysis_server_executable*
|
||||||
|
Type: |String|
|
||||||
|
Default: `'dart'`
|
||||||
|
|
||||||
|
This variable can be set to change the path to dart.
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
dartanalyzer *ale-dart-dartanalyzer*
|
dartanalyzer *ale-dart-dartanalyzer*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user