Skip to content

Commit

Permalink
Added lsp-dart-sdk-dir and lsp-dart-flutter-sdk-dirvariables to …
Browse files Browse the repository at this point in the history
…quickstart
  • Loading branch information
ridiculouswaffle authored Dec 13, 2023
1 parent e7ee6af commit 4aa1069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ The following has a example to setup `lsp-dart`.
(setq gc-cons-threshold (* 100 1024 1024)
read-process-output-max (* 1024 1024))
(setq lsp-dart-flutter-sdk-dir "<your Flutter directory>")
(setq lsp-dart-sdk-dir "<your Flutter directory>/bin/cache/dart-sdk")
```

## Features
Expand Down

0 comments on commit 4aa1069

Please sign in to comment.