diff --git a/README.md b/README.md index 9ee2868..63bbfb2 100644 --- a/README.md +++ b/README.md @@ -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 "") +(setq lsp-dart-sdk-dir "/bin/cache/dart-sdk") ``` ## Features