Add dart analysis_server doc

This commit is contained in:
Nelson Yeung 2020-03-22 21:02:47 +00:00 committed by Nelson Yeung
parent 075c3e0ad0
commit 847f729cd4
1 changed files with 25 additions and 0 deletions

View File

@ -2,6 +2,31 @@
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*