diff options
author | Nelson Yeung <nelsyeung@icloud.com> | 2020-03-22 21:02:47 +0000 |
---|---|---|
committer | Nelson Yeung <nelsyeung@gmail.com> | 2021-01-22 16:37:38 +0000 |
commit | 847f729cd4e608e6feb81a342bec6cb3745c9845 (patch) | |
tree | 3aa1e1c6111d29ea7de87817646edd56421f36a3 /doc/ale-dart.txt | |
parent | 075c3e0ad02456db17d28f1b04a14e015c63c11b (diff) | |
download | ale-847f729cd4e608e6feb81a342bec6cb3745c9845.zip |
Add dart analysis_server doc
Diffstat (limited to 'doc/ale-dart.txt')
-rw-r--r-- | doc/ale-dart.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-dart.txt b/doc/ale-dart.txt index a6d88dd8..fe5ccbcd 100644 --- a/doc/ale-dart.txt +++ b/doc/ale-dart.txt @@ -3,6 +3,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* Installation |